Rename Add note to New note

This commit is contained in:
Matias De lellis
2016-05-29 19:09:50 -03:00
parent afff9ada2d
commit f158828851

View File

@@ -2,7 +2,7 @@
<div style="display:none" id="new-note-string"><?php p($l->t('New note')); ?></div> <div style="display:none" id="new-note-string"><?php p($l->t('New note')); ?></div>
<script id="navigation-tpl" type="text/x-handlebars-template"> <script id="navigation-tpl" type="text/x-handlebars-template">
<li id="new-note"><a href="#" class="icon-add svg"><?php p($l->t('Add note')); ?></a></li> <li id="new-note"><a href="#" class="icon-add svg"><?php p($l->t('New note')); ?></a></li>
<li id="all-notes"><a href="#" class="icon-home svg"><?php p($l->t('All notes')); ?></a></li> <li id="all-notes"><a href="#" class="icon-home svg"><?php p($l->t('All notes')); ?></a></li>
<li class="collapsible open"> <li class="collapsible open">