fix(xo-web/messages): connection token → authentication token

Uniformize naming.
This commit is contained in:
Julien Fontanet
2023-09-28 15:41:06 +02:00
parent 55f627ed83
commit cc5f4b0996
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -32,5 +32,6 @@
- xo-server-backup-reports patch - xo-server-backup-reports patch
- xo-server patch - xo-server patch
- xo-web patch
<!--packages-end--> <!--packages-end-->
+3 -3
View File
@@ -2198,11 +2198,11 @@ const messages = {
pwdChangeError: 'Incorrect password', pwdChangeError: 'Incorrect password',
pwdChangeErrorBody: 'The old password provided is incorrect. Your password has not been changed.', pwdChangeErrorBody: 'The old password provided is incorrect. Your password has not been changed.',
changePasswordOk: 'OK', changePasswordOk: 'OK',
forgetTokens: 'Forget all connection tokens', forgetTokens: 'Forget all authentication tokens',
forgetTokensExplained: forgetTokensExplained:
'This will prevent other clients from authenticating with existing tokens but will not kill active sessions', 'This will prevent other clients from authenticating with existing tokens but will not kill active sessions',
forgetTokensSuccess: 'Successfully forgot connection tokens', forgetTokensSuccess: 'Successfully forgot authentication tokens',
forgetTokensError: 'Error while forgetting connection tokens', forgetTokensError: 'Error while forgetting authentication tokens',
sshKeys: 'SSH keys', sshKeys: 'SSH keys',
newAuthToken: 'New token', newAuthToken: 'New token',
newSshKey: 'New SSH key', newSshKey: 'New SSH key',