From e9dbc3d71f273ac9151fcf9f59fc62957da4b891 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 12 Feb 2015 16:51:24 -0800 Subject: [PATCH] [About] Change version text Change version text to just say Version instead of Open MCT Web, WTD-829. --- platform/core/bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/core/bundle.json b/platform/core/bundle.json index 4ed15b818c..c986bc8a74 100644 --- a/platform/core/bundle.json +++ b/platform/core/bundle.json @@ -5,7 +5,7 @@ "extensions": { "versions": [ { - "name": "Open MCT Web", + "name": "Version", "value": "${project.version}", "priority": 999 },