CRM-18960: Change title in Getting Started widget
authoryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 16 Jun 2016 10:21:23 +0000 (15:51 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 16 Jun 2016 10:21:23 +0000 (15:51 +0530)
----------------------------------------
* 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

index 925db61223fcba826353f0a5e2bc33341dbf6b95..6aa89fdbe5f58caad40fa73ac8d140115e57ac49 100644 (file)
@@ -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';