From f9537317c4aee7ea0175a2067328335bb6e2f6c0 Mon Sep 17 00:00:00 2001 From: Nicholas Washburn <37558246+nwashburn-ms@users.noreply.github.com> Date: Fri, 20 Apr 2018 11:39:58 -0700 Subject: [PATCH] Update strings.resjson --- src/resources/strings/strings.resjson | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/resources/strings/strings.resjson b/src/resources/strings/strings.resjson index 18e6e0e..eb7a21f 100644 --- a/src/resources/strings/strings.resjson +++ b/src/resources/strings/strings.resjson @@ -1,13 +1,13 @@ { "//": "manifest section", - "Manifest_displayName": "{blank} Extension", - "Manifest_description": "{blank} sample extension to use with extension manager", + "Manifest_displayName": "{!product display name}", + "Manifest_description": "{!product description}", "Manifest_category": "SME", - "//": "{blank}", - "{blank}_title": "{blank} Extension", + "//": "{!ProductName}", + "{!ProductName}_title": "{!product title}", "//": "about", - "{blank}_about": "About", - "{blank}_aboutDescription": "About view is lazy loaded when requested." + "{!ProductName}_about": "{!product about}", + "{!ProductName}_aboutDescription": "{!product about description}" }