Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtak <34246760+mkArtakMSFT@users.noreply.github.com>2022-10-26 02:41:34 +0300
committerGitHub <noreply@github.com>2022-10-26 02:41:34 +0300
commitf73a1835a1454d31337b850e6adaedcf597b5119 (patch)
treed380ce47e4ac637c6432207817edbaf3c32811cf
parentbe9e3090af52f99b286d52ec5f1b9d3413a128d1 (diff)
Fix the tooltip for the `SupportPagesAndViews` option (#44731)
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json
index fbfda8222c..6b20994b61 100644
--- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json
+++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json
@@ -69,7 +69,7 @@
"datatype": "bool",
"defaultValue": "false",
"displayName": "Support pages and views",
- "description": "Whether to support adding traditional Razor pages and Views in addition to components to this library."
+ "description": "Whether to support adding traditional Razor pages and Views to this library."
}
},
"primaryOutputs": [