fix(xo-web/messages): connection token → authentication token
Uniformize naming.
This commit is contained in:
parent
55f627ed83
commit
cc5f4b0996
@ -32,5 +32,6 @@
|
||||
|
||||
- xo-server-backup-reports patch
|
||||
- xo-server patch
|
||||
- xo-web patch
|
||||
|
||||
<!--packages-end-->
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user