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