Skip to content

Commit

Permalink
- added i18n() to hardcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasluehr authored and Andrew Woods committed Sep 28, 2020
1 parent e9f4fc1 commit 5ee6088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<p>
<input type="submit" id="submit" value="${submitButtonText}" role="button" disabled="disabled"/>

<span class="or"> or </span>
<span class="or"> ${i18n().or} </span>
<a title="${i18n().cancel_title}" class="cancel" href="${cancelUrl}">${i18n().cancel_link}</a>
</p>
</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<p class="submit">
<input type="submit" id="submit" value="${submitLabel}" role="submit" />
<span class="or"> or </span>
<span class="or"> ${i18n().or} </span>
<a class="cancel" title="${i18n().cancel_title}" href="${editConfiguration.cancelUrl}">${i18n().cancel_link}</a>
</p>
</form>
Expand Down

0 comments on commit 5ee6088

Please sign in to comment.