From 087af34004ee68d45d9cebebfcc9b21bbea71902 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 3 Jul 2019 16:20:22 +0200 Subject: [PATCH] Update translation key --- www/notifications/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/notifications/inner.js b/www/notifications/inner.js index 2f959e3d6..c5e10b761 100644 --- a/www/notifications/inner.js +++ b/www/notifications/inner.js @@ -106,7 +106,7 @@ define([ var loadmore; var lastKnownHash; $(dismissAll).remove(); - loadmore = h("div.cp-app-notification-loadmore.cp-clickable", Messages.notifications_loadMore || "Load more ..."); + loadmore = h("div.cp-app-notification-loadmore.cp-clickable", Messages.history_loadMore); $(loadmore).click(function () { common.mailbox.getNotificationsHistory('notifications', 10, lastKnownHash, function (err, messages, end) { if (!Array.isArray(messages)) { return; }