Bug 29557: (QA follow-up) Add note for translated notices to update statement

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Katrin Fischer 2021-12-19 12:05:18 +01:00 committed by Fridolin Somers
parent 9c10d75443
commit f2389de803

View file

@ -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)};