Skip to content

Commit

Permalink
fix Wrong German translation for UPLOAD_ERROR; fixes #9980 (#10146)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika authored Aug 29, 2024
1 parent 6d2c542 commit efaa35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/content-services/src/lib/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"MESSAGES": {
"UPLOAD_CANCELED": "Hochladen abgebrochen",
"UPLOAD_PROGRESS": "Hochgeladen: {{ completed }} / {{ total }}",
"UPLOAD_ERROR": "{{ total }} erfolgreich hochgeladen",
"UPLOAD_ERROR": "{{ total }} nicht erfolgreich hochgeladen",
"UPLOAD_ERRORS": "{{ total }} nicht erfolgreich hochgeladen",
"PROGRESS": "Hochladen läuft...",
"FOLDER_ALREADY_EXIST": "Den Ordner {0} gibt es bereits",
Expand Down

0 comments on commit efaa35d

Please sign in to comment.