This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new 742bc46 Fixed: Use Labels in themes names (OFBIZ-9863)
742bc46 is described below
commit 742bc4650f3cc206dd70c5e0d1f38d4b4c590d97
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Fri Mar 12 11:19:50 2021 +0100
Fixed: Use Labels in themes names (OFBIZ-9863)
Fixes wrong C/P done with r1865370
---
themes/rainbowstone/widget/Theme.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/themes/rainbowstone/widget/Theme.xml b/themes/rainbowstone/widget/Theme.xml
index 1101b4d..85d9f15 100644
--- a/themes/rainbowstone/widget/Theme.xml
+++ b/themes/rainbowstone/widget/Theme.xml
@@ -30,11 +30,11 @@ under the License.
<description>${util:label('CommonEntityLabels', 'VisualTheme.description.RAINBOWSTONE_AMBER', locale)}</description>
<screenshot location="/rainbowstone/images/themeAmber.png"/>
</visual-theme>
- <visual-theme id="RAINBOWSTONE_RUBY" display-name="Rainbow Stone - Sapphire">
+ <visual-theme id="RAINBOWSTONE_RUBY" display-name="Rainbow Stone - Ruby">
<description>${util:label('CommonEntityLabels', 'VisualTheme.description.RAINBOWSTONE_RUBY', locale)}</description>
<screenshot location="/rainbowstone/images/themeRuby.png"/>
</visual-theme>
- <visual-theme id="RAINBOWSTONE_EMERALD" display-name="Rainbow Stone - Sapphire">
+ <visual-theme id="RAINBOWSTONE_EMERALD" display-name="Rainbow Stone - Emerald">
<description>${util:label('CommonEntityLabels', 'VisualTheme.description.RAINBOWSTONE_EMERALD', locale)}</description>
<screenshot location="/rainbowstone/images/themeEmerald.png"/>
</visual-theme>
@@ -68,4 +68,4 @@ under the License.
<template-file widget="menu" location="component://rainbowstone/template/macro/HtmlMenuMacroLibrary.ftl"/>
</template>
</templates>
-</theme>
\ No newline at end of file
+</theme>