From 4827a772f0b586dfd0f2f9625ef79f91b7c8c46a Mon Sep 17 00:00:00 2001 From: Mormegil Date: Thu, 4 Apr 2024 14:17:22 +0200 Subject: [PATCH] Fix typo in `math-form-type-chem` help message `H20` is not water, `H2O` is. Change-Id: I90deeaaaa0d416e639069b66e44ad85f196a63b0 --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index edab25633..2b101aa05 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -74,7 +74,7 @@ "math-form-tex-help": "Test with your own TeX input. See [[{{int:math-helppage}}|the help page for math formulae]] for more help.", "math-form-type-label": "Type of the input", "math-form-type-tex": "tex (normal input)", - "math-form-type-chem": "chem (input with chemistry support; e.g. \\ce{H20} for water)", + "math-form-type-chem": "chem (input with chemistry support; e.g. \\ce{H2O} for water)", "math-form-display-label": "Math display mode", "math-helppage": "Help:Displaying a formula", "math_failure": "Failed to parse",