Skip to content
Snippets Groups Projects
Commit 9f54e677 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Fix incorrect phrase in org management

parent 0fdb7428
No related branches found
Tags v1.9.4-rc2
No related merge requests found
......@@ -68,6 +68,7 @@ class Internationalization {
'sequence.yaml' => 'Sequence::__create',
);
$errors = array();
foreach ($models as $yaml=>$m) {
if ($objects = $this->getTemplate($yaml)->getData()) {
foreach ($objects as $o) {
......
......@@ -23,7 +23,7 @@ if(!defined('OSTSCPINC') || !$thisstaff || !is_object($org)) die('Invalid path')
$.dialog($(this).attr('href').substr(1), 201);
return false"
><i class="icon-paste"></i>
<?php echo __('Manage >Forms'); ?></a></li>
<?php echo __('Manage Forms'); ?></a></li>
</ul>
</div>
</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment