Skip to content
Snippets Groups Projects
Commit 504b8c22 authored by LucasC's avatar LucasC Committed by Michael Hamann
Browse files

XWIKI-22723: Warning message for application move has duplicated icons (#3742)

* Removed the extra icon.

(cherry picked from commit 791d5dd3)
parent 603ef159
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@
#set ($classFullName = $doc.getValue('class'))
#if ("$!classFullName" == '' || !$xwiki.exists($classFullName))
{{warning}}
$services.icon.render('warning') {{translation key="platform.appwithinminutes.appHomePageMovedWarning"/}}
{{translation key="platform.appwithinminutes.appHomePageMovedWarning"/}}
{{/warning}}
#end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment