replaced hardcoded english string

This commit is contained in:
barisusakli
2014-04-21 15:15:38 -04:00
parent 2d48f670c7
commit 1000df09ff
2 changed files with 3 additions and 1 deletions

View File

@@ -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]]';
}
}