Fix translation key again....

This commit is contained in:
yflory
2019-07-17 14:31:52 +02:00
parent 4e3ec86d8c
commit bc38c50e0c

View File

@@ -178,7 +178,7 @@ define([
// Display the notification // Display the notification
content.getFormatText = function () { 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 // if not archived, add handlers