Skip to content

Commit b2a9b9a

Browse files
authored
change description (#923)
1 parent baadd8b commit b2a9b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deployContainerApp/deployContainerApp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export async function deployContainerApp(context: IActionContext, node?: Contain
5858
wizardContext.telemetry.properties.revisionMode = item.containerApp.revisionsMode;
5959

6060
const confirmationViewTitle: string = localize('summary', 'Summary');
61-
const confirmationViewDescription: string = localize('viewDescription', 'Please select an input you would like to change. Otherwise click "Confirm" to deploy.');
61+
const confirmationViewDescription: string = localize('viewDescription', 'Please select an input you would like to change. Note: Any input proceeding the changed input may need to change as well');
6262
const confirmationViewTabTitle: string = localize('deployContainerAppTabTitle', 'Summary - Deploy Image to Container App');
6363
const title: string = localize('deployContainerAppTitle', 'Deploy image to container app');
6464

0 commit comments

Comments
 (0)