From 8bc0fa0ff3b779bac21d057f7c230591c993ab6d Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Wed, 13 Mar 2024 10:17:33 -1000 Subject: [PATCH] [Microsoft.Android.Templates] Update EN localization templatestrings. --- .../.template.config/localize/templatestrings.en.json | 2 +- .../.template.config/localize/templatestrings.en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Android.Templates/android-activity/.template.config/localize/templatestrings.en.json b/src/Microsoft.Android.Templates/android-activity/.template.config/localize/templatestrings.en.json index 66a04db062c..2db2e351169 100644 --- a/src/Microsoft.Android.Templates/android-activity/.template.config/localize/templatestrings.en.json +++ b/src/Microsoft.Android.Templates/android-activity/.template.config/localize/templatestrings.en.json @@ -1,6 +1,6 @@ { "author": "Microsoft", - "name": "Android Activity template", + "name": "Android Activity", "description": "An Android Activity class", "symbols/namespace/description": "namespace for the generated code", "postActions/openInEditor/description": "Opens Activity1.cs in the editor" diff --git a/src/Microsoft.Android.Templates/android-layout/.template.config/localize/templatestrings.en.json b/src/Microsoft.Android.Templates/android-layout/.template.config/localize/templatestrings.en.json index 97dd8ac01e3..563d49a7536 100644 --- a/src/Microsoft.Android.Templates/android-layout/.template.config/localize/templatestrings.en.json +++ b/src/Microsoft.Android.Templates/android-layout/.template.config/localize/templatestrings.en.json @@ -1,6 +1,6 @@ { "author": "Microsoft", - "name": "Android Layout template", + "name": "Android Layout", "description": "An Android layout (XML) file", "postActions/openInEditor/description": "Opens Layout1.xml in the editor" } \ No newline at end of file