Skip to content

Commit 51ba549

Browse files
committed
Little fix for language var
1 parent d2219ac commit 51ba549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/template/default/notebook/index.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<div class="btn-group sort">
2222
<a href="{{root}}&amp;action=index&amp;sort_column=creation_date&amp;sort_direction={%if sort_direction == 'ASC' and sort_column == 'creation_date' %}DESC{% else %}ASC{% endif %}"
2323
class="btn"
24-
title="{{'SorteByCreatedDate'|get_lang}}">
24+
title="{{'SortByCreatedDate'|get_lang}}">
2525
<i class="size-32 icon-sort-by-created-date"></i>
2626
</a>
2727
<a href="{{root}}&amp;action=index&amp;sort_column=update_date&amp;sort_direction={%if sort_direction == 'ASC' and sort_column == 'update_date' %}DESC{% else %}ASC{% endif %}"
2828
class="btn"
29-
title="{{'SorteByUpdatedDate'|get_lang}}">
29+
title="{{'SortByUpdatedDate'|get_lang}}">
3030
<i class="size-32 icon-sort-by-modified-date"></i>
3131
</a>
3232
<a href="{{root}}&amp;action=index&amp;sort_column=title&amp;sort_direction={%if sort_direction == 'ASC' and sort_column == 'title' %}DESC{% else %}ASC{% endif %}"

0 commit comments

Comments
 (0)