Skip to content

Commit 472b709

Browse files
committed
Use new go lion strings in templates
1 parent b1f47ca commit 472b709

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/app/code/community/Zendesk/Zendesk/controllers/Adminhtml/ZendeskController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ public function saveAction()
378378

379379
$text = Mage::helper('zendesk')->__('Ticket #%s Created', $response['id']);
380380
$text .= ' <a href="' . Mage::helper('zendesk')->getTicketUrl($response, true) . '" target="_blank">';
381-
$text .= Mage::helper('zendesk')->__('View ticket in Zendesk');
381+
$text .= Mage::helper('zendesk')->__('View ticket in Zendesk Support');
382382
$text .= '</a>';
383383

384384
Mage::getSingleton('adminhtml/session')->addSuccess($text);

src/app/code/community/Zendesk/Zendesk/etc/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<sort_order>2</sort_order>
199199
</zendesk_create>
200200
<zendesk_launch module="zendesk">
201-
<title>Launch Zendesk</title>
201+
<title>Launch Zendesk Support</title>
202202
<action>adminhtml/zendesk/launch</action>
203203
<sort_order>3</sort_order>
204204
</zendesk_launch>
@@ -238,7 +238,7 @@
238238
<sort_order>2</sort_order>
239239
</zendesk_create>
240240
<zendesk_launch translate="title" module="zendesk">
241-
<title>Launch Zendesk</title>
241+
<title>Launch Zendesk Support</title>
242242
<sort_order>3</sort_order>
243243
</zendesk_launch>
244244
<zendesk_log>

src/app/code/community/Zendesk/Zendesk/etc/system.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<general translate="label comment">
3939
<expanded>1</expanded>
4040
<label>General</label>
41-
<comment>General settings that are required to connect Zendesk and Magento.</comment>
41+
<comment>General settings that are required to connect Zendesk Support and Magento.</comment>
4242
<frontend_type>text</frontend_type>
4343
<sort_order>10</sort_order>
4444
<show_in_default>1</show_in_default>
@@ -220,7 +220,7 @@
220220
<show_in_store>1</show_in_store>
221221
</web_widget_customise>
222222
<footer_link_enabled translate="label">
223-
<label>Display link to Zendesk in Magento footer</label>
223+
<label>Display link to Zendesk Support in Magento footer</label>
224224
<frontend_type>select</frontend_type>
225225
<source_model>adminhtml/system_config_source_yesno</source_model>
226226
<sort_order>9</sort_order>
@@ -245,7 +245,7 @@
245245
<show_in_default>1</show_in_default>
246246
<show_in_website>1</show_in_website>
247247
<show_in_store>1</show_in_store>
248-
<comment><![CDATA[Used to link order in Magento with tickets in Zendesk]]></comment>
248+
<comment><![CDATA[Used to link order in Magento with tickets in Zendesk Support]]></comment>
249249
</order_field_id>
250250
</fields>
251251
</frontend_features>
@@ -327,7 +327,7 @@
327327
</backend_features>
328328
<api translate="label comment">
329329
<label>API Details</label>
330-
<comment>Required for Magento App inside Zendesk to work.</comment>
330+
<comment>Required for Magento app to work in Zendesk Support.</comment>
331331
<frontend_type>text</frontend_type>
332332
<sort_order>40</sort_order>
333333
<show_in_default>1</show_in_default>
@@ -470,7 +470,7 @@
470470
<show_in_default>1</show_in_default>
471471
<show_in_website>1</show_in_website>
472472
<show_in_store>1</show_in_store>
473-
<comment><![CDATA[Haven't setup Zendesk yet? Follow our easy setup guide to start using Zendesk to support your customers.]]></comment>
473+
<comment><![CDATA[Haven't set up Zendesk Support yet? Follow our easy setup guide to get started.]]></comment>
474474
<fields>
475475
<sign_up translate="button_label">
476476
<label></label>

src/app/design/adminhtml/default/default/template/zendesk/left-menu.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<?php if ($this->isAllowed('launch')) { ?>
3535
<li>
3636
<a href="<?php echo Mage::getSingleton('adminhtml/url')->getUrl('adminhtml/zendesk/launch'); ?>" target="_blank" class="tab-item-link">
37-
<span><?php echo $this->__('Launch Zendesk'); ?></span>
37+
<span><?php echo $this->__('Launch Zendesk Support'); ?></span>
3838
</a>
3939
</li>
4040
<?php } ?>

0 commit comments

Comments
 (0)