Skip to content
Snippets Groups Projects
Commit adbb92da authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4547 fix typo in snackbar

parent 0a9610f4
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ export const CREATE_COMMAND_MESSAGE_BY_ORDER: { [order: string]: string } = { ...@@ -22,7 +22,7 @@ export const CREATE_COMMAND_MESSAGE_BY_ORDER: { [order: string]: string } = {
[CommandOrder.LOESCH_ANFORDERUNG_ZURUECKNEHMEN]: 'Für den Vorgang wurde die Löschanforderung zurückgenommen.', [CommandOrder.LOESCH_ANFORDERUNG_ZURUECKNEHMEN]: 'Für den Vorgang wurde die Löschanforderung zurückgenommen.',
[CommandOrder.ASSIGN_USER]: 'Dem Vorgang wurde eine bearbeitende Person zugewiesen.', [CommandOrder.ASSIGN_USER]: 'Dem Vorgang wurde eine bearbeitende Person zugewiesen.',
[CommandOrder.CREATE_BESCHEID]: 'Es wurde ein Bescheid erstellt.', [CommandOrder.CREATE_BESCHEID]: 'Es wurde ein Bescheid erstellt.',
[CommandOrder.PROCESS_VORGANG]: 'Vorgang vorprüfen erfgolreich' [CommandOrder.PROCESS_VORGANG]: 'Vorgang vorprüfen erfolgreich.'
} }
export const LOESCH_ANFORDERUNG_ZURUECKNEHMEN_CONCURRENT_TO_DELETE_VORGANG_MESSAGE: string = 'Der Vorgang wurde zwischenzeitlich gelöscht.'; export const LOESCH_ANFORDERUNG_ZURUECKNEHMEN_CONCURRENT_TO_DELETE_VORGANG_MESSAGE: string = 'Der Vorgang wurde zwischenzeitlich gelöscht.';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment