mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -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"}}
|
{{plugin-outlet "composer-open"}}
|
||||||
|
|
||||||
<div class='reply-to'>
|
<div class='reply-to'>
|
||||||
{{{model.actionTitle}}}
|
{{{model.actionTitle}}}
|
||||||
{{#if canEdit}}
|
{{#if canEdit}}
|
||||||
{{#if showEditReason}}
|
{{#if showEditReason}}
|
||||||
<div class="edit-reason-input">
|
<div class="edit-reason-input">
|
||||||
|
|
|
@ -1133,10 +1133,10 @@ en:
|
||||||
other: "You have selected <b>{{count}}</b> posts."
|
other: "You have selected <b>{{count}}</b> posts."
|
||||||
|
|
||||||
post:
|
post:
|
||||||
reply: "Replying to {{link}} by {{replyAvatar}} {{username}}"
|
reply: "Replying to {{link}} {{replyAvatar}} {{username}}"
|
||||||
reply_topic: "Reply to {{link}}"
|
reply_topic: "Reply to {{link}}"
|
||||||
quote_reply: "quote reply"
|
quote_reply: "quote reply"
|
||||||
edit: "Editing {{link}} by {{replyAvatar}} {{username}}"
|
edit: "Editing {{link}} {{replyAvatar}} {{username}}"
|
||||||
edit_reason: "Reason: "
|
edit_reason: "Reason: "
|
||||||
post_number: "post {{number}}"
|
post_number: "post {{number}}"
|
||||||
in_reply_to: "reply to"
|
in_reply_to: "reply to"
|
||||||
|
|
Loading…
Reference in a new issue