diff --git a/data/web/js/site/admin.js b/data/web/js/site/admin.js index 13d99ace..d909a793 100644 --- a/data/web/js/site/admin.js +++ b/data/web/js/site/admin.js @@ -298,7 +298,7 @@ jQuery(function($){ $.each(data, function (i, item) { item.action = '
' + ' ' + lang.edit + '' + - ' ' + lang.remove + '' + + ' ' + lang.remove + '' + '
'; item.scope = "profile"; item.grant_types = 'refresh_token password authorization_code';