Fix oauth warning on access granting for public clients

Change-Id: If23e2bb5066941d0be6fcb4c343db7fa13d4cb7d
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index 9fa02a0..8d6ba8c 100644
--- a/lib/Kalamar.pm
+++ b/lib/Kalamar.pm
@@ -8,7 +8,7 @@
 use List::Util qw!none uniq!;
 
 # Minor version - may be patched from package.json
-our $VERSION = '0.57';
+our $VERSION = '0.58';
 
 # Supported version of Backend API
 our $API_VERSION = '1.0';
diff --git a/lib/Kalamar/Plugin/Auth/templates/auth/grant_scope.html.ep b/lib/Kalamar/Plugin/Auth/templates/auth/grant_scope.html.ep
index f28d8d0..99a8d55 100644
--- a/lib/Kalamar/Plugin/Auth/templates/auth/grant_scope.html.ep
+++ b/lib/Kalamar/Plugin/Auth/templates/auth/grant_scope.html.ep
@@ -13,7 +13,7 @@
     <p class="client-url"><a href="<%= stash('client_url') %>"><%= stash('client_url') %></a></p>
     % };
     % if (stash('client_type') eq 'PUBLIC') {
-    <blockquote class="warning"><%= loc 'oauthGrantPublicWarn' %></blockquote>
+    <blockquote class="warning"><%= loc 'Auth_oauthGrantPublicWarn' %></blockquote>
     % };
     % if (stash('redirect_warning')) {
     <blockquote class="warning">