Skip to content

Commit

Permalink
XWIKI-22723: Warning message for application move has duplicated icons (
Browse files Browse the repository at this point in the history
#3742)

* Removed the extra icon.

(cherry picked from commit 791d5dd)
  • Loading branch information
Sereza7 authored and github-actions[bot] committed Dec 16, 2024
1 parent 603ef15 commit 69e98de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69e98de

Please sign in to comment.