fix(xo-web/messages): connection token → authentication token
Uniformize naming.
This commit is contained in:
@@ -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-->
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user