diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 5aa766227df..5cb0d0d54e8 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -144,7 +144,7 @@ aside.quote { &:before { font-family: "FontAwesome"; - content: "\f10e\00a0\00a0"; + content: "\f10d\00a0\00a0"; } &:hover { diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 9eed55aad48..82e8eaec5f2 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1637,7 +1637,7 @@ en: post: reply: " {{replyAvatar}} {{usernameLink}}" reply_topic: " {{link}}" - quote_reply: "quote reply" + quote_reply: "Quote" edit: "Editing {{link}} {{replyAvatar}} {{username}}" edit_reason: "Reason: " post_number: "post {{number}}"