Skip to content

Commit

Permalink
fix: set correct translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Jan 24, 2025
1 parent bfa4a9c commit f06f46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default {
applicationLoadErrorMessage: 'Fehler beim Laden der Applikation',
applicationLoadErrorDescription:
'Die Applikation mit der ID {{applicationId}} konnte nicht geladen werden.',
applicationLoadByNameErrorMessage:
applicationLoadByNameErrorDescription:
'Die Applikation mit dem Namen {{applicationName}} konnte nicht geladen werden.',
errorMessage: 'Fehler beim Laden der Applikation',
errorDescription: 'Aufgrund eines unerwarteten Fehlers konnte die Applikation nicht geladen werden.',
Expand Down Expand Up @@ -469,7 +469,7 @@ export default {
applicationLoadErrorMessage: 'Error while loading the application',
applicationLoadErrorDescription:
'The application with ID {{applicationId}} could not be loaded correctly.',
applicationLoadByNameErrorMessage:
applicationLoadByNameErrorDescription:
'The application with the name {{applicationName}} could not be loaded correctly.',
errorMessage: 'Error while loading the application',
errorDescription: 'An unexpected error occurred while loading the application.',
Expand Down

0 comments on commit f06f46b

Please sign in to comment.