Fix translation key again....

pull/1/head
yflory 5 years ago
parent 4e3ec86d8c
commit bc38c50e0c

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

Loading…
Cancel
Save