diff --git a/config/locales/en.yml b/config/locales/en.yml index 5e5dfbb..809c034 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -529,7 +529,7 @@ en: quote: "Quotation" quote_ex1: "When you want to quote an extract of an article or another comment, you can conveniently format your text by starting the line or the paragraph by the “>”" character:" quote_code1: "This is normal text introducing your quotation:" - quote_code2: "> This is a quotation." + quote_code2: "This is a quotation." quote_code3: "This is the text following the quotation." code: "Code blocks" code_ex1: "If you are a developer you may be interested in code blocks. To create a code block, start your text/code with four backticks ( ` ` ` ` ). To return to normal text, close the code block with another four."