From 9f151e1e3b832bf7ce92b6ca17bf8840f61844c4 Mon Sep 17 00:00:00 2001 From: Alex Garel Date: Tue, 11 Jul 2023 07:07:51 +0200 Subject: [PATCH] fix: Add missing string to common.pot (#8677) Add missing string to common.pot contributors_products was in en.po but not common.pot fixes: #8636 --- po/common/common.pot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/po/common/common.pot b/po/common/common.pot index 1cd77e310d335..2bd7873323ec7 100644 --- a/po/common/common.pot +++ b/po/common/common.pot @@ -3251,6 +3251,10 @@ msgctxt "correctors_without_products" msgid "Products not corrected by %s" msgstr "" +msgctxt "contributors_products" +msgid "Products added by %s" +msgstr "" + msgctxt "editors_products" msgid "Products edited by %s" msgstr ""