mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-12 05:21:18 +00:00
Translate "Reply to (username)..." in textarea
This commit is contained in:
parent
219d41acb3
commit
d637b5e48b
@ -90,7 +90,7 @@ function postToElem( post, kind ) {
|
||||
replyTo += "@" + mentions[i] + " ";
|
||||
}
|
||||
}
|
||||
elem.find(".post-area-new textarea").attr("placeholder","Reply to " + replyTo + "...");
|
||||
elem.find(".post-area-new textarea").attr("placeholder", polyglot.t("reply_to", { fullname: replyTo })+ "...");
|
||||
elem.find(".post-area-new textarea").attr("data-reply-to",replyTo);
|
||||
postData.attr("data-reply-to",replyTo);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user