Skip to content

Commit 4e17e96

Browse files
authored
[Blazor] Update template localization file (#48405)
1 parent b300006 commit 4e17e96

File tree

1 file changed

+2
-2
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/Components-CSharp/.template.config/localize

1 file changed

+2
-2
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/Components-CSharp/.template.config/localize/templatestrings.en.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": "Blazor Web App",
4-
"description": "A project template for creating a Blazor app hosted inside an ASP.NET app that runs on the server. This template can be used for web apps with rich dynamic user interfaces (UIs).",
4+
"description": "A project template for creating a Blazor web app that supports both server-side rendering and client interactivity. This template can be used for web apps with rich dynamic user interfaces (UIs).",
55
"symbols/Framework/description": "The target framework for the project.",
66
"symbols/Framework/choices/net8.0/description": "Target net8.0",
77
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
@@ -21,4 +21,4 @@
2121
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
2222
"postActions/restore/description": "Restore NuGet packages required by this project.",
2323
"postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'"
24-
}
24+
}

0 commit comments

Comments
 (0)