From baba59bc47cab76c561b0d9d295e7cc9a0cdd970 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Tue, 23 Sep 2025 08:30:14 +0200 Subject: [PATCH] [FIX] howtos/translations: fix typo in "wainting" --- content/developer/howtos/translations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/developer/howtos/translations.rst b/content/developer/howtos/translations.rst index 11cfb2a212..81cbf8bec8 100644 --- a/content/developer/howtos/translations.rst +++ b/content/developer/howtos/translations.rst @@ -144,8 +144,8 @@ Blocks **Do** keep in one block, giving the full context to translators:: # good, allow to change position of the number in the translation - _("You have %s invoices wainting") % len(invoices) - _.str.sprintf(_t("You have %s invoices wainting"), invoices.length); + _("You have %s invoices waiting") % len(invoices) + _.str.sprintf(_t("You have %s invoices waiting"), invoices.length); # good, full sentence is understandable _("Reference of the document that generated " + \