Skip to content

Commit

Permalink
autopublish message name changed (#2463, #2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahakanzn committed Jul 25, 2024
1 parent e086fbc commit bcd18a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/ApplicationResources_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/pages/manage/autopublish.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@

<div class="col-12 text-center mt-2">
<div class="callout callout-info text-smaller">
<@s.text name="manage.autopublish.warning.utc">
<@s.text name="manage.autopublish.warning.timezone">
<@s.param>${serverTimeZone}</@s.param>
</@s.text>
</div>
Expand Down

0 comments on commit bcd18a2

Please sign in to comment.