Skip to content

Commit

Permalink
SAK-42190 - Missing translation key (sakaiproject#7265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Pellicer authored and ern committed Aug 21, 2019
1 parent a65878a commit 0321003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div id="Mrphs-choice" class="Mrphs-portalWrapper">
<fieldset>
<h1 th:if="${onedriveConfigured == true}" th:text="#{onedrive_configured}" class="fa fa-windows" aria-hidden="true">ONE_DRIVE_INTEGRATED</h1>
<h1 th:if="${onedriveConfigured == false}" class="fa fa-windows" aria-hidden="true">ONE_DRIVE_ERROR</h1>
<h1 th:if="${onedriveConfigured == false}" th:text="#{onedrive_error}" class="fa fa-windows" aria-hidden="true">ONE_DRIVE_ERROR</h1>
<p class="buttons">
<span th:text="#{onedrive_button_msg}">BACK_BUTTON_MESSAGE</span>
<a th:text="#{onedrive_back}" th:href="${pickerRedirectUrl}" th:title="#{onedrive_button_msg}"></a>
Expand Down

0 comments on commit 0321003

Please sign in to comment.