Skip to content

Commit 5ae1855

Browse files
modified old TBA messages
1 parent e5947a6 commit 5ae1855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/node-cli/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"COMMAND_MANAGE_ACCOUNT_QUESTIONS_NEW_NAME": "Enter a new name for the authentication ID:",
166166
"COMMAND_MANAGE_ACCOUNT_QUESTIONS_SELECT_CREDENTIALS": "Select an authentication ID (a custom alias you give to a specific account-role combination) to see its details:",
167167
"COMMAND_MANAGE_ACCOUNT_QUESTIONS_SELECT_ACTION": "Select one of the following actions:",
168-
"COMMAND_MANAGE_ACCOUNT_QUESTIONS_VERIFY_REMOVE": " You will remove the credentials locally, but the tokens will still be valid in the account until its expiration. Do you want to proceed?",
168+
"COMMAND_MANAGE_ACCOUNT_QUESTIONS_VERIFY_REMOVE": "You will remove the credentials locally, but the tokens are not revoked in the account. Do you want to proceed?",
169169

170170
"COMMAND_OPTIONS_HELP": "Displays help for the command.",
171171
"COMMAND_OPTIONS_INTERACTIVE_HELP": "Runs the {0} command in interactive mode.",

packages/node-cli/src/metadata/SdkCommandsMetadataPatch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "Prints a list of all the configured authentication IDs. Usage: account:manageauth --list."
99
},
1010
"remove": {
11-
"description": "Removes an authentication ID. Usage: account:manageauth --remove {authenticationID}."
11+
"description": "Removes an authentication ID. The tokens are not revoked in the account. Usage: account:manageauth --remove {authenticationID}."
1212
},
1313
"rename": {
1414
"description": "Renames an authentication ID. You must specify it together with the renameto option. Usage: account:manageauth --rename {authenticationID} --renameto {newAuthenticationID}."

0 commit comments

Comments
 (0)