Skip to content

Commit

Permalink
Clarify help text for maxAttempt
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh authored and phavekes committed Feb 19, 2024
1 parent f88f2cc commit 9d6fc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account-gui/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ I18n.translations.en = {
},
maxAttempt: {
title: "Maximum attempts reached",
info: "You've reached the maximum verification attempts.",
info: "You've reached the maximum verification attempts. Please return to the application you want to log in to and try again.",
},
notFound: {
title: "Whoops...",
Expand Down
2 changes: 1 addition & 1 deletion account-gui/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ I18n.translations.nl = {
},
maxAttempt: {
title: "Maximum aantal pogingen bereikt",
info: "Je hebt het maximale aantal verificatiepogingen bereikt.",
info: "Je hebt het maximale aantal verificatiepogingen bereikt. Ga terug naar de applicatie waarop je wilde inloggen en probeer het opnieuw.",
},
notFound: {
title: "Oeps...",
Expand Down

0 comments on commit 9d6fc42

Please sign in to comment.