This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch roller-6.0.x
in repository https://gitbox.apache.org/repos/asf/roller.git

commit 0e3aaa24f7c11ea1965e65bb9d352e018dc6f01d
Author: David M. Johnson <[email protected]>
AuthorDate: Sat Apr 18 11:14:29 2020 -0400

    Fix incorrect text key, fix suggested by ghuber.
---
 app/src/main/webapp/WEB-INF/jsps/editor/WeblogConfig.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/webapp/WEB-INF/jsps/editor/WeblogConfig.jsp 
b/app/src/main/webapp/WEB-INF/jsps/editor/WeblogConfig.jsp
index 14a2a9a..8f5d083 100644
--- a/app/src/main/webapp/WEB-INF/jsps/editor/WeblogConfig.jsp
+++ b/app/src/main/webapp/WEB-INF/jsps/editor/WeblogConfig.jsp
@@ -63,7 +63,7 @@
               label="%{getText('createWebsite.locale')}"/>
 
     <s:select name="bean.timeZone" list="timeZonesList"
-              label="%{getText('createWebsite.timeZone')}"/>
+              label="%{getText('createWebsite.timezone')}"/>
 
     <s:checkbox name="bean.enableMultiLang"
                 label="%{getText('websiteSettings.enableMultiLang')}"/>

Reply via email to