mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
remove word "by" in editor title, ONW
This commit is contained in:
parent
2670ed08b6
commit
2da0019228
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ so I'm going to stop rendering it until we figure out what's up
|
|||
{{plugin-outlet "composer-open"}}
|
||||
|
||||
<div class='reply-to'>
|
||||
{{{model.actionTitle}}}
|
||||
{{{model.actionTitle}}}
|
||||
{{#if canEdit}}
|
||||
{{#if showEditReason}}
|
||||
<div class="edit-reason-input">
|
||||
|
|
|
@ -1133,10 +1133,10 @@ en:
|
|||
other: "You have selected <b>{{count}}</b> posts."
|
||||
|
||||
post:
|
||||
reply: "Replying to {{link}} by {{replyAvatar}} {{username}}"
|
||||
reply: "Replying to {{link}} {{replyAvatar}} {{username}}"
|
||||
reply_topic: "Reply to {{link}}"
|
||||
quote_reply: "quote reply"
|
||||
edit: "Editing {{link}} by {{replyAvatar}} {{username}}"
|
||||
edit: "Editing {{link}} {{replyAvatar}} {{username}}"
|
||||
edit_reason: "Reason: "
|
||||
post_number: "post {{number}}"
|
||||
in_reply_to: "reply to"
|
||||
|
|
Loading…
Reference in a new issue