remove superfluous 'the' from translation file (#5508)
Original text 'Use the HTML instead of the text for incoming email.' sounds odd for native English speakers. I propose the slight modification 'Use HTML instead of text for incoming email.'
This commit is contained in:
parent
b2009d6e32
commit
604c189440
|
@ -1371,7 +1371,7 @@ en:
|
|||
reply_by_email_enabled: "Enable replying to topics via email."
|
||||
reply_by_email_address: "Template for reply by email incoming email address, for example: %{reply_key}@reply.example.com or replies+%{reply_key}@example.com"
|
||||
alternative_reply_by_email_addresses: "List of alternative templates for reply by email incoming email addresses. Example: %{reply_key}@reply.example.com|replies+%{reply_key}@example.com"
|
||||
incoming_email_prefer_html: "Use the HTML instead of the text for incoming email."
|
||||
incoming_email_prefer_html: "Use HTML instead of text for incoming email."
|
||||
|
||||
disable_emails: "Prevent Discourse from sending any kind of emails"
|
||||
|
||||
|
|
Loading…
Reference in New Issue