mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix sayings
This commit is contained in:
@@ -17,6 +17,11 @@ export const doneITProd: Environment = {
|
||||
logoLabel: 'doneIT',
|
||||
despachoLabel: 'do Titular',
|
||||
despachoLabel2: 'Despachos do Titular',
|
||||
agendaPR: 'Agenda do Titular',
|
||||
agendaVP: 'Agenda do (MD)',
|
||||
PR: 'Titular',
|
||||
VP: '',
|
||||
dispatchPR: 'Despachos Titular',
|
||||
};
|
||||
|
||||
export const doneITDev: Environment = {
|
||||
@@ -35,4 +40,9 @@ export const doneITDev: Environment = {
|
||||
logoLabel: 'doneIT',
|
||||
despachoLabel: 'do Titular',
|
||||
despachoLabel2: 'Despachos do Titular',
|
||||
agendaPR: 'Agenda do Titular',
|
||||
agendaVP: 'Agenda do (MD)',
|
||||
PR: 'Titular',
|
||||
VP: '',
|
||||
dispatchPR: 'Despachos Titular',
|
||||
};
|
||||
@@ -17,6 +17,11 @@ export const oaprProd: Environment = {
|
||||
chatOffline: true,
|
||||
presidencial: true,
|
||||
version: versionData,
|
||||
agendaPR: 'Agenda do PR',
|
||||
agendaVP: 'Agenda do MD',
|
||||
PR: 'PR',
|
||||
VP: '',
|
||||
dispatchPR: 'Despachos Presidenciais',
|
||||
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712'
|
||||
};
|
||||
|
||||
@@ -35,5 +40,10 @@ export const oaprDev: Environment = {
|
||||
chatOffline: true,
|
||||
presidencial: true,
|
||||
version: versionData,
|
||||
agendaPR: 'Agenda do PR',
|
||||
agendaVP: 'Agenda do MD',
|
||||
PR: 'PR',
|
||||
VP: '',
|
||||
dispatchPR: 'Despachos Presidenciais',
|
||||
sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712',
|
||||
};
|
||||
Reference in New Issue
Block a user