feat(reply modal): change displayName from name field, style focused inputs, translate title

This commit is contained in:
plebeius.eth
2024-04-29 14:26:02 +02:00
parent 05cc3c4174
commit 1e5c675e95
37 changed files with 110 additions and 74 deletions
+2 -1
View File
@@ -59,5 +59,6 @@
"comment_too_long": "Reactie te lang. <1>Klik hier</1> om de volledige tekst te bekijken.",
"replies_omitted": "{{repliesCount}} reacties weggelaten. <1>Klik hier</1> om ze te bekijken.",
"replies_and_links_omitted": "{{repliesCount}} reacties en {{linksCount}} links weggelaten. <1>Klik hier</1> om ze te bekijken.",
"thread_closed_alert": "De thread is gesloten"
"thread_closed_alert": "De thread is gesloten",
"reply_to_cid": "Reageren op {{cid}}"
}