Skip to content

Commit

Permalink
SAK-44860 Incorrect word usage in Date Manager confirmation message.
Browse files Browse the repository at this point in the history
  • Loading branch information
MRutea authored and Miguel Pellicer committed Feb 24, 2021
1 parent 637ba0b commit 1201dd1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ errors.instruction = Your update could not be saved due to the following errors:
items.empty = There are no items to modify in this tool.

modal.confirm = Confirm
modal.confirm.instruction = You are about to modify the next course dates:
modal.confirm.instruction = You are about to modify the following course dates:

page.instructions = Edit dates in batch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ errors.instruction=Your update could not be saved due to the following errors\:
items.empty=There are no items to modify in this tool.

modal.confirm=Confirm
modal.confirm.instruction=You are about to modify the next course dates\:

page.instructions=Edit dates in batch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ column.close.date=Sperrdatum
errors.instruction=Die \u00c4nderungen konnten nicht gespeichert werden\:
items.empty=In diesem Tool existieren keine Elemente, die hier bearbeitet werden k\u00f6nnen.
modal.confirm=Best\u00e4tigen
modal.confirm.instruction=You are about to modify the next course dates\:
page.instructions=Termine in dieser Seite bearbeiten
success.message=Die Termine wurden erfolgreich aktualisiert.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ errors.instruction=Your update could not be saved due to the following errors\:
items.empty=There are no items to modify in this tool.

modal.confirm=Confirm
modal.confirm.instruction=You are about to modify the next course dates\:

page.instructions=Edit dates in batch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h4 class="panel-title">
<h4 th:text="#{modal.confirm}" class="modal-title">Confirm</h4>
</div>
<div class="modal-body">
<p th:text="#{modal.confirm.instruction}">You are about to modify the next course dates:</p>
<p th:text="#{modal.confirm.instruction}">You are about to modify the following course dates:</p>
<ul id="modified-dates"></ul>
</div>
<div class="modal-footer act">
Expand Down

0 comments on commit 1201dd1

Please sign in to comment.