This commit is contained in:
@@ -9,7 +9,7 @@ export const showPassword = sdk.Action.withoutInput(
|
||||
|
||||
// metadata
|
||||
async ({ effects }) => ({
|
||||
name: i18n('Show Web UI Password'),
|
||||
name: i18n('Show Space-CLI Web UI Password'),
|
||||
description: i18n(
|
||||
'Display the existing username and password for the Spaces web terminal.',
|
||||
),
|
||||
@@ -25,7 +25,7 @@ export const showPassword = sdk.Action.withoutInput(
|
||||
|
||||
return {
|
||||
version: '1',
|
||||
title: i18n('Show Web UI Password'),
|
||||
title: i18n('Show Space-CLI Web UI Password'),
|
||||
message: i18n(
|
||||
'Use these credentials to log in to the Spaces web terminal.',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user