Skip to content

Commit

Permalink
fix upload translate
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Oct 10, 2024
1 parent 8767a40 commit 7c67061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/react-starter/src/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"toggle-off": "Ausgeschaltet",
"import-device": "Gerätedaten importieren",
"upload-text": "Dateien hierher ziehen oder...",
"upload-button": "Dateien auswählen"
"upload-button": "Dateien auswählen..."
},
"toggle-theme": "Theme wechseln",
"search": "Suchen",
Expand Down
2 changes: 1 addition & 1 deletion apps/react-starter/src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"toggle-off": "Off",
"import-device": "Import device data",
"upload-text": "Drag files here or...",
"upload-button": "Browse files"
"upload-button": "Upload files..."
},
"toggle-theme": "Toggle theme",
"search": "Search",
Expand Down

0 comments on commit 7c67061

Please sign in to comment.