Update translation key

This commit is contained in:
yflory 2019-07-03 16:20:22 +02:00
parent e62aee7df2
commit 087af34004
1 changed files with 1 additions and 1 deletions

View File

@ -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; }