Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-29 14:45:45 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-29 14:45:45 +0300
commit9d12020e3d08ee431a61cab1180388c0a882a8fe (patch)
tree6b461d66fae96c4920cc16f713cce9c2c67ea911
parent26645ae9ab05b359a346f79f78e76826359bccf6 (diff)
Fix Notifications text flashing on load
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index 6a977c3..65a5312 100644
--- a/js/app.js
+++ b/js/app.js
@@ -38,7 +38,7 @@
_containerTemplate: '' +
'<div class="notifications hidden">' +
' <div class="notifications-button menutoggle">' +
- ' <img class="svg" alt="' + t('notifications', 'Notifications') + '"' +
+ ' <img class="svg" alt="" title="' + t('notifications', 'Notifications') + '"' +
' src="' + OC.imagePath('notifications', 'notifications') + '">' +
' </div>' +
' <div class="notification-container">' +