From a150d652ce462efc7094f538625d445328f32377 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 19 Dec 2021 12:05:18 +0100 Subject: [PATCH] Bug 29557: (QA follow-up) Add note for translated notices to update statement Signed-off-by: Katrin Fischer Signed-off-by: Fridolin Somers Signed-off-by: Fridolin Somers --- installer/data/mysql/atomicupdate/bug_29557.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_29557.pl b/installer/data/mysql/atomicupdate/bug_29557.pl index b41fec92d7..e43b120737 100755 --- a/installer/data/mysql/atomicupdate/bug_29557.pl +++ b/installer/data/mysql/atomicupdate/bug_29557.pl @@ -2,7 +2,7 @@ use Modern::Perl; return { bug_number => "29557", - description => "Add auto_account_expired to AUTO_RENEWALS", + description => "Add auto_account_expired to AUTO_RENEWALS notice. Please update your AUTO_RENEWALS notice manually if you have changed or translated it.", up => sub { my ($args) = @_; my ($dbh, $out) = @$args{qw(dbh out)}; -- 2.39.2