Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Add text in HTML for signup errors
Browse files Browse the repository at this point in the history
partial resolution for issue #221

Doesn't solve the translation of bad usernames, but it will display
the error in english.

Signed-off-by: Gary O'Neall <[email protected]>
  • Loading branch information
goneall committed Aug 17, 2022
1 parent 30107f4 commit d339663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebContent/resources/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function checkEquals(a, b, n) {
}
function updateTips( t ) {
tips
.html('<p class="translate" data-i18n="'+t+'">Error!!</p>')
.html('<p class="translate" data-i18n="'+t+'">'+t+'</p>')
.addClass( "ui-state-highlight" );
$('.translate').localize();
setTimeout(function() {
Expand Down

0 comments on commit d339663

Please sign in to comment.