Skip to content

Commit

Permalink
Update translation: TOTP reset
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorisFokkinga committed Dec 18, 2023
1 parent 0eed831 commit 08d550a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions client/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -2117,10 +2117,10 @@ const en = {
info1: "Enter the verificatie code from your authenticator app for <strong>SURF Research Access Management</strong> to verify your identity.",
explanation: "Two-factor authentication",
signIn: "Verify",
problems: "Problems with your verification code?",
problems: "Can't log in?",
invalid: "Invalid verification code",
resetRequest: "Request a reset",
resetToken: "Use a received reset code"
resetRequest: "Reset your verfication code",
resetToken: "Use a reset code"
},
profile: {
name: "Two-factor authentication",
Expand Down
8 changes: 4 additions & 4 deletions client/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2118,10 +2118,10 @@ const nl = {
info1: "Vul de verificatiecode uit je authenticator-app voor <strong>SURF Research Access Management</strong> in om je identiteit te verifiëren.",
explanation: "Tweefactor-authenticatie",
signIn: "Verifiëren",
problems: "Problemen met je verificatiecode?",
invalid: "Foutieve verificatiecode",
resetRequest: "Vraag een reset aan",
resetToken: "Gebruik een ontvangen resetcode"
problems: "Problemen met inloggen?",
invalid: "Onjuiste verificatiecode",
resetRequest: "Reset je verificatiecode",
resetToken: "Gebruik een resetcode"
},
profile: {
name: "Tweefactorauthenticatie",
Expand Down

0 comments on commit 08d550a

Please sign in to comment.