From 935e60a997dbcdda8a8646452e6d9ebf52a628cd Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Wed, 29 Apr 2015 10:45:10 +0300 Subject: [PATCH] Improve template description --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 49dab765a..853c205bb 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -38,7 +38,7 @@ module.exports = function(grunt) { if (currentAppName.indexOf("template-") == 0) { var templateName = currentAppName.substring("template-".length); contentAsObject.name = "tns-" + currentAppName; - contentAsObject.description = "Nativescript " + templateName + " template"; + contentAsObject.description = "Nativescript " + templateName + " project template"; specificKeywords.push("template"); } else {