Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

Commit

Permalink
#17 fix msg
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Nov 30, 2017
1 parent df3cea5 commit 76d7fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ preferences.page.title=Preferences
preferences.panel.title=System Settings
preferences.language.label=Language
preferences.save.button.label=Save
preferences.index.advanced.view=Advanced View (If not indicated shows normal view)
preferences.index.overwrite.duplicates=Overwrite duplicate files

#Collections
collections.menu.title=Collections
Expand Down Expand Up @@ -820,9 +822,6 @@ login.copyright=© 2015-2017 DELL EMC All rights reserved.
#permissions
#It has title and text - test and update if needed

#prefrences
refrences.index.overwrite.duplicates=Overwrite duplicate files by default
refrences.index.advanced.view=Change to advanced view

#template
template.management.not.modified=Sorry. The template could not be modified.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ <h3 class="panel-title" th:text="#{preferences.panel.title}"></h3>
<label for="forceFileOverwriting">File Upload</label>
<p>
<input type="checkbox" id="forceFileOverwriting" th:field="*{forceFileOverwriting}" />
<span th:text="#{refrences.index.overwrite.duplicates}"></span>
<span th:text="#{preferences.index.overwrite.duplicates}"></span>
</p>
<p>
<input type="checkbox" id="advancedView" th:field="*{advancedView}" />
<span th:text="#{refrences.index.advanced.view}"></span>
<span th:text="#{preferences.index.advanced.view}"></span>
</p>
</div>
</div>
Expand Down

0 comments on commit 76d7fe7

Please sign in to comment.