I would like to replace the reply_placeholder phrase directly on a template but I cant seem to make it work.
placeholder="{{ phrase('reply_placeholder') }}"
Thats the original and Im trying to replace it with something else like these
placeholder="some text here"
placeholder="{{ some text here }}"
But those didnt work.
Why not simply edit the phrase in Languages and Phrases?
There are 3 occurrences of that phrase and I only need to replace 1 (thread_reply template).
placeholder="{{ phrase('reply_placeholder') }}"
Thats the original and Im trying to replace it with something else like these
placeholder="some text here"
placeholder="{{ some text here }}"
But those didnt work.
Why not simply edit the phrase in Languages and Phrases?
There are 3 occurrences of that phrase and I only need to replace 1 (thread_reply template).