Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the "Replace the following file" option clearer to the users #46

Merged
merged 2 commits into from
Mar 31, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/src/main/resources/FileManagerCode/Translations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ fileManager.similarFileModal.close=Close
fileManager.similarFileModal.fileExists=exists already with a similar name. What action should be applied?
fileManager.similarFileModal.newFile=Upload a new file
fileManager.similarFileModal.repeat=Repeat for all future conflicts and choose the first match in case the replace action is selected
fileManager.similarFileModal.replace=Replace the following file
fileManager.similarFileModal.replace=Update an existing file
fileManager.similarFileModal.submit=Submit
fileManager.similarFileModal.title=Similar file exists</content>
<object>
Expand Down