correct media reveal wording

staging
multiple creatures 2019-05-18 15:40:34 -05:00
parent 7a0dc34cad
commit e411b20711
2 changed files with 2 additions and 1 deletions

View File

@ -353,7 +353,7 @@
"status.reply": "Reply",
"status.replyAll": "Reply to thread",
"status.report": "Report @{name}",
"status.sensitive_warning": "Sensitive content",
"status.sensitive_warning": "Reveal",
"status.sensitive_toggle": "Reveal",
"status.share": "Share",
"status.show_less": "Hide",

View File

@ -216,6 +216,7 @@ class Formatter
end
def format_markdown(html)
html = html.gsub("\r\n", "\n").gsub("\r", "\n")
html = reformat(markdown_formatter.render(html))
html.delete("\r").delete("\n")
end