rename notify => notification once more :-)

This commit is contained in:
Philipp Holzer 2020-01-24 19:08:03 +01:00
commit 0458b9c2df
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
8 changed files with 16 additions and 16 deletions

View file

@ -51,7 +51,7 @@
<span id="notification-update" class="nav-ajax-left"></span>
<ul id="nav-notifications-menu" class="menu-popup">
<li id="nav-notifications-see-all"><a href="{{$nav.notifications.all.0}}">{{$nav.notifications.all.1}}</a></li>
<li id="nav-notifications-mark-all"><a href="#" onclick="notifyMarkAll(); return false;">{{$nav.notifications.mark.3}}</a></li>
<li id="nav-notifications-mark-all"><a href="#" onclick="notificationMarkAll(); return false;">{{$nav.notifications.mark.3}}</a></li>
<li class="empty">{{$emptynotifications}}</li>
</ul>
{{/if}}