You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"promptTokenAlias": "Please provide alias to store token",
13
+
"promptTokenAlias": "Provide alias to store token",
14
14
"promptEnv": "Provide an environment for delivery token",
15
15
"promptToken": "Paste your %s token",
16
16
"promptAPIKey": "Paste your stack API Key",
@@ -32,7 +32,7 @@
32
32
"flagIgnoreDescription": "Ignores if token not present. Command shows show list of available aliases with multi select option to delete tokens from that list."
33
33
},
34
34
"logout": {
35
-
"promptConfirmLogout": "Do you really want to logout?",
35
+
"promptConfirmLogout": "Are you sure you want to log out? (Y/N):",
36
36
"msgLoggingOut": "Logging out from Contentstack...",
37
37
"msgLogOutSuccess": "You have logged out from Contentstack successfully!",
38
38
"errorFailedLogout": "Failed to logout due to following error: ",
0 commit comments