Skip to content

Commit a3c0578

Browse files
committed
smurf
1 parent 93c574d commit a3c0578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export async function activateCommon(
7878
globals.contextPrefix = '' //todo: disconnect supplied argument
7979

8080
registerCommandErrorHandler((info, error) => {
81-
const defaultMessage = localize('AWS.generic.message.error', 'Failed to run command: {0}', info.id)
81+
const defaultMessage = localize('AWS.generic.message.error', 'Failed to rux command: {0}', info.id)
8282
void logAndShowError(localize, error, info.id, defaultMessage)
8383
})
8484

0 commit comments

Comments
 (0)