diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index e442b7b89..4f71ce12e 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -32,5 +32,6 @@ - xo-server-backup-reports patch - xo-server patch +- xo-web patch diff --git a/packages/xo-web/src/common/intl/messages.js b/packages/xo-web/src/common/intl/messages.js index 343937092..9d30dd8e5 100644 --- a/packages/xo-web/src/common/intl/messages.js +++ b/packages/xo-web/src/common/intl/messages.js @@ -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',