From bc38c50e0ca8bf87e0c0a5fd9a5739102aeb063a Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 17 Jul 2019 14:31:52 +0200 Subject: [PATCH] Fix translation key again.... --- www/common/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/notifications.js b/www/common/notifications.js index 80d3fb7a6..7ab504fb6 100644 --- a/www/common/notifications.js +++ b/www/common/notifications.js @@ -178,7 +178,7 @@ define([ // Display the notification content.getFormatText = function () { - return Messages._getKey('requestEdit_accepted', [msg.content.title, msg.content.displayName]); + return Messages._getKey('requestEdit_accepted', [msg.content.title, msg.content.user.displayName]); }; // if not archived, add handlers