Fix translation key again....
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user