Skip to content

Commit 9d8ca60

Browse files
authored
[templates] Remove redundant "template" from display name. (#8773)
Fixes: #8626 Removes the word "template" that shows up in the New Item dialog box, as it is unnecessary. The original issue also mentions not having a custom icon, but as we don't have any of those available, the default icon seems good enough.
1 parent d8f818d commit 9d8ca60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.Android.Templates/android-activity/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/template",
33
"author": "Microsoft",
44
"classifications": [ "Android", "Mobile" ],
5-
"name": "Android Activity template",
5+
"name": "Android Activity",
66
"description": "An Android Activity class",
77
"tags": {
88
"language": "C#",

src/Microsoft.Android.Templates/android-layout/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/template",
33
"author": "Microsoft",
44
"classifications": [ "Android", "Mobile" ],
5-
"name": "Android Layout template",
5+
"name": "Android Layout",
66
"description": "An Android layout (XML) file",
77
"tags": {
88
"language": "C#",

0 commit comments

Comments
 (0)