Skip to content

Commit bf6908c

Browse files
CopilotnturinskiMicroFish91
authored
Fix activity log message: change "Toggle" to "Switch" for ingress visibility action (#957)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nturinski <5290572+nturinski@users.noreply.github.com> Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com>
1 parent 97dd02b commit bf6908c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/ingress/toggleIngressVisibility/toggleIngressVisibility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export async function toggleIngressVisibility(context: IActionContext, node?: In
2727
};
2828

2929
const ingress: Ingress = nonNullValueAndProp(containerApp.configuration, 'ingress');
30-
const title: string = localize('toggleIngressVisibility', 'Toggle ingress visibility to "{0}" for container app "{1}"', ingress.external ? IngressConstants.internal : IngressConstants.external, containerApp.name);
30+
const title: string = localize('toggleIngressVisibility', 'Switch ingress visibility to "{0}" for container app "{1}"', ingress.external ? IngressConstants.internal : IngressConstants.external, containerApp.name);
3131

3232
const executeSteps: AzureWizardExecuteStep<IngressBaseContext>[] = [
3333
new ToggleIngressVisibilityStep()

0 commit comments

Comments
 (0)