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