From 9a47de66018135f32aa2dc57f67f9b78f54b3baf Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 16 Jun 2016 15:51:23 +0530 Subject: [PATCH] CRM-18960: Change title in Getting Started widget ---------------------------------------- * CRM-18960: Change title in Getting Started widget https://issues.civicrm.org/jira/browse/CRM-18960 --- CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl index 925db61223..6aa89fdbe5 100644 --- a/CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.7.9.mysql.tpl @@ -9,3 +9,8 @@ WHERE name = 'Print PDF Letter' AND option_group_id = @option_group_id_act; -- CRM-18699 Fix Wake Island misspelling, was Wake Ialand UPDATE civicrm_state_province SET name="Wake Island" WHERE name="Wake Ialand"; + +-- CRM-18960 Change title in Getting Started widget +UPDATE civicrm_dashboard SET + {localize field="label"}label = '{ts escape="sql"}CiviCRM Resources{/ts}'{/localize} +WHERE name = 'getting-started'; -- 2.25.1