We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dff9f commit 54844e2Copy full SHA for 54844e2
src/app/design/adminhtml/default/default/layout/zendesk.xml
@@ -27,7 +27,7 @@
27
</action>
28
</reference>
29
<reference name="content">
30
- <block type="core/template" name="test" template="zendesk/translations.phtml"></block>
+ <block type="core/template" template="zendesk/translations.phtml"></block>
31
32
</adminhtml_system_config_edit>
33
src/app/design/adminhtml/default/default/template/zendesk/translations.phtml
@@ -16,5 +16,5 @@
16
*/
17
?>
18
<script>
19
-Translator.add('Token cannot be empty', '<?php echo $this->__('Token cannot be empty'); ?>');
+ Translator.add('Token cannot be empty', '<?php echo $this->__('Token cannot be empty'); ?>');
20
</script>
0 commit comments