mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
replaced hardcoded english string
This commit is contained in:
@@ -70,7 +70,7 @@ module.exports = function(Topics) {
|
||||
postData[i].display_move_tools = results.privileges[i].move;
|
||||
|
||||
if(postData[i].deleted && !results.privileges[i].view_deleted) {
|
||||
postData[i].content = 'This post is deleted!';
|
||||
postData[i].content = '[[topic:post_is_deleted]]';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user