Skip to content

Commit 8d0669a

Browse files
committed
Update deploy confirm message
1 parent 876f2e4 commit 8d0669a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/revisionDraft/deployRevisionDraft/DeployRevisionDraftConfirmStep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type { IDeployRevisionDraftContext } from "./IDeployRevisionDraftContext"
1010
export class DeployRevisionDraftConfirmStep extends AzureWizardPromptStep<IDeployRevisionDraftContext> {
1111
public async prompt(context: IDeployRevisionDraftContext): Promise<void> {
1212
await context.ui.showWarningMessage(
13-
localize('deployRevisionWarning', 'This will deploy a new revision to container app "{0}".', context.containerApp?.name),
13+
localize('deployRevisionWarning', 'This will deploy any unsaved changes to container app "{0}".', context.containerApp?.name),
1414
{ modal: true },
1515
{ title: localize('continue', 'Continue') }
1616
);

0 commit comments

Comments
 (0)