mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
added variable to replying to string
This commit is contained in:
@@ -627,7 +627,7 @@ define(['taskbar'], function(taskbar) {
|
||||
};
|
||||
|
||||
if (parseInt(postData.tid, 10) > 0) {
|
||||
translator.translate('[[topic:composer.replying_to]]: ' + postData.title, function(newTitle) {
|
||||
translator.translate('[[topic:composer.replying_to, ' + postData.title + ']]', function(newTitle) {
|
||||
titleEl.val(newTitle);
|
||||
});
|
||||
titleEl.prop('disabled', true);
|
||||
|
||||
Reference in New Issue
Block a user