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

Uniformize naming.
This commit is contained in:
Julien Fontanet 2023-09-28 15:38:10 +02:00
parent 55f627ed83
commit cc5f4b0996
2 changed files with 4 additions and 3 deletions

View File

@ -32,5 +32,6 @@
- xo-server-backup-reports patch
- xo-server patch
- xo-web patch
<!--packages-end-->

View File

@ -2198,11 +2198,11 @@ const messages = {
pwdChangeError: 'Incorrect password',
pwdChangeErrorBody: 'The old password provided is incorrect. Your password has not been changed.',
changePasswordOk: 'OK',
forgetTokens: 'Forget all connection tokens',
forgetTokens: 'Forget all authentication tokens',
forgetTokensExplained:
'This will prevent other clients from authenticating with existing tokens but will not kill active sessions',
forgetTokensSuccess: 'Successfully forgot connection tokens',
forgetTokensError: 'Error while forgetting connection tokens',
forgetTokensSuccess: 'Successfully forgot authentication tokens',
forgetTokensError: 'Error while forgetting authentication tokens',
sshKeys: 'SSH keys',
newAuthToken: 'New token',
newSshKey: 'New SSH key',