Skip to content
Snippets Groups Projects
Commit dd14d681 authored by Anandhi Karnan's avatar Anandhi Karnan Committed by Bram Driesen
Browse files

Issue #3215529 by Anandhi Karnan, epalomino, heykarthikwithu, BramDriesen: Not...

Issue #3215529 by Anandhi Karnan, epalomino, heykarthikwithu, BramDriesen: Not Support multilingual text clear All
parent 30be0e2b
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
{% endfor %} {% endfor %}
</div> </div>
{% if total > 0 %} {% if total > 0 %}
<span class="clear-all-notification" data-uid="{{ uid }}" data-notification-id = "{{ notification_list[0].id }}">Clear All</span> <span class="clear-all-notification" data-uid="{{ uid }}" data-notification-id = "{{ notification_list[0].id }}">{{ 'Clear All'|t}}</span>
{% endif %} {% endif %}
</ul> </ul>
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment