From 98a313eb5b5762a35c575ce59fcc9d6ca37426ed Mon Sep 17 00:00:00 2001 From: AlexFsmn Date: Sat, 15 Sep 2018 20:45:21 +0200 Subject: [PATCH] Changed the "Configure" link to "Learn How To Configure The Dashboard". (#2599) * Changed the "Configure" link to "Learn How To Configure the Dashboard". This inlcudes the command as well as the tile label #1227 * Capitalizing first character in each word --- src/sql/workbench/common/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/workbench/common/actions.ts b/src/sql/workbench/common/actions.ts index 044a0c7ecd..ab15f4c8bd 100644 --- a/src/sql/workbench/common/actions.ts +++ b/src/sql/workbench/common/actions.ts @@ -441,7 +441,7 @@ export class NewDatabaseAction extends Action { export class ConfigureDashboardAction extends Task { public static readonly ID = 'configureDashboard'; - public static readonly LABEL = nls.localize('configureDashboard', 'Configure'); + public static readonly LABEL = nls.localize('configureDashboard', 'Learn How To Configure The Dashboard'); public static readonly ICON = 'configure-dashboard'; private static readonly configHelpUri = 'https://aka.ms/sqldashboardconfig';