From bcd18a24b3df0442b70b67531ed42b1a8ee8c5e8 Mon Sep 17 00:00:00 2001 From: ahakanzn Date: Thu, 25 Jul 2024 12:16:28 +0200 Subject: [PATCH] autopublish message name changed (https://github.com/gbif/ipt/issues/2463, https://github.com/gbif/ipt/issues/2464) --- src/main/resources/ApplicationResources_en.properties | 2 +- src/main/webapp/WEB-INF/pages/manage/autopublish.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/ApplicationResources_en.properties b/src/main/resources/ApplicationResources_en.properties index 886382e296..9a4098ef94 100644 --- a/src/main/resources/ApplicationResources_en.properties +++ b/src/main/resources/ApplicationResources_en.properties @@ -2082,7 +2082,7 @@ manage.autopublish.march_september=March/September manage.autopublish.april_october=April/October manage.autopublish.may_november=May/November manage.autopublish.june_december=June/December -manage.autopublish.warning.utc=Resource will be published based on the server time zone which is {0}. +manage.autopublish.warning.timezone=Resource will be published based on the server time zone which is {0}. # Struts2 overrides struts.messages.upload.error.SizeLimitExceededException=The uploaded file is too large! Max size allowed is {0} bytes but request was {1} bytes. To work around this problem, you can try compressing the file (with zip or gzip), loading the data into one of the many databases supported by the IPT, or splitting the file up. Please refer to the user manual for more information. diff --git a/src/main/webapp/WEB-INF/pages/manage/autopublish.ftl b/src/main/webapp/WEB-INF/pages/manage/autopublish.ftl index d82df16f25..52ad20e7cf 100644 --- a/src/main/webapp/WEB-INF/pages/manage/autopublish.ftl +++ b/src/main/webapp/WEB-INF/pages/manage/autopublish.ftl @@ -251,7 +251,7 @@
- <@s.text name="manage.autopublish.warning.utc"> + <@s.text name="manage.autopublish.warning.timezone"> <@s.param>${serverTimeZone}