Skip to content

Commit

Permalink
Switch translated strings
Browse files Browse the repository at this point in the history
  • Loading branch information
MRayermannMSFT committed Feb 13, 2024
1 parent ea35bc2 commit 9c35c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appservice/src/createAppService/SiteNameStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export class SiteNameStep extends AzureNameStep<SiteNameStepWizardContext> {
}

const agentMetadata = this._siteFor === "functionApp" ?
{ parameterDisplayTitle: "Function App Name", parameterDisplayDescription: "The name of the new function app." } :
{ parameterDisplayTitle: "Site Name", parameterDisplayDescription: "The name of the app service site.", };
{ parameterDisplayTitle: vscode.l10n.t('Function App Name'), parameterDisplayDescription: vscode.l10n.t('The name of the new function app.') } :
{ parameterDisplayTitle: vscode.l10n.t('Site Name'), parameterDisplayDescription: vscode.l10n.t('The name of the app service site.'), };

const options: AgentInputBoxOptions = {
prompt,
Expand Down

0 comments on commit 9c35c05

Please sign in to comment.