Skip to content
Snippets Groups Projects
Commit 23c17b8e authored by Foad Tahmasebi's avatar Foad Tahmasebi
Browse files

fix translation for "Add new list"

add __() function for not translated words.
parent 89f3ed77
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