Skip to content
Snippets Groups Projects
Commit 10fddcee authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1950 from tahmasebi/patch-1


fix translation for "Add new list"

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents baf4b8b1 23c17b8e
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ $info=Format::htmlchars(($errors && $_POST) ? array_merge($info,$_POST) : $info)
<input type="hidden" name="a" value="<?php echo Format::htmlchars($_REQUEST['a']); ?>">
<input type="hidden" name="id" value="<?php echo $info['id']; ?>">
<h2><?php echo __('Custom List'); ?>
<?php echo $list ? $list->getName() : 'Add new list'; ?></h2>
<?php echo $list ? $list->getName() : __('Add new list'); ?></h2>
<ul class="tabs">
<li><a href="#definition" class="active">
......
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