Skip to content

Commit

Permalink
change error to info as suggesed by @nikosdion
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Jul 14, 2021
1 parent 6b8a785 commit f059223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/com_joomlaupdate/js/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function extractionMethodHandler(target, prefix)
+ Joomla.JText._('COM_JOOMLAUPDATE_VIEW_DEFAULT_POTENTIALLY_DANGEROUS_PLUGIN')
+ '</span>'

+ '<span class="label label-important hasPopover" '
+ '<span class="label label-info hasPopover" '
+ ' title="' + Joomla.JText._('COM_JOOMLAUPDATE_VIEW_DEFAULT_POTENTIALLY_DANGEROUS_PLUGIN') +'"'
+ ' data-content="' + Joomla.JText._('COM_JOOMLAUPDATE_VIEW_DEFAULT_POTENTIALLY_DANGEROUS_PLUGIN_DESC') +'"'
+ '>'
Expand Down
2 changes: 1 addition & 1 deletion media/com_joomlaupdate/js/default.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f059223

Please sign in to comment.