keycloak-aplcache

Details

diff --git a/themes/src/main/resources/theme/base/admin/resources/js/controllers/realm.js b/themes/src/main/resources/theme/base/admin/resources/js/controllers/realm.js
index 6b522e3..7d3650e 100644
--- a/themes/src/main/resources/theme/base/admin/resources/js/controllers/realm.js
+++ b/themes/src/main/resources/theme/base/admin/resources/js/controllers/realm.js
@@ -2780,7 +2780,7 @@ module.controller('RealmImportCtrl', function($scope, realm, $route,
     }
     
     $scope.nothingToImport = function() {
-        Notifications.error('No resouces specified to import.');
+        Notifications.error('No resources specified to import.');
     }
     
     $scope.$watch('fileContent', function() {