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

Commit

Permalink
#17 message fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Patel committed Nov 30, 2017
1 parent 0ce3055 commit df3cea5
Showing 1 changed file with 2 additions and 2 deletions.
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.advanced.view}"></span>
<span th:text="#{refrences.index.overwrite.duplicates}"></span>
</p>
<p>
<input type="checkbox" id="advancedView" th:field="*{advancedView}" />
<span th:text="#{refrences.index.overwrite.duplicates}"></span>
<span th:text="#{refrences.index.advanced.view}"></span>
</p>
</div>
</div>
Expand Down

0 comments on commit df3cea5

Please sign in to comment.