Skip to content

Commit a1fb66a

Browse files
committed
[FIX] howtos/translations: fix typo in "wainting"
closes #14636 X-original-commit: a1a8ca9 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 236d72e commit a1fb66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/developer/howtos/translations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ Blocks
178178
**Do** keep in one block, giving the full context to translators::
179179

180180
# good, allow to change position of the number in the translation
181-
_("You have %s invoices wainting") % len(invoices)
182-
_.str.sprintf(_t("You have %s invoices wainting"), invoices.length);
181+
_("You have %s invoices waiting") % len(invoices)
182+
_.str.sprintf(_t("You have %s invoices waiting"), invoices.length);
183183

184184
# good, full sentence is understandable
185185
_("Reference of the document that generated " + \

0 commit comments

Comments
 (0)