zen 0.2.4 → 0.2.4.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,7 @@ module Users
|
|
48
48
|
# Set the page title
|
49
49
|
if !action.method.nil?
|
50
50
|
method = action.method.to_sym
|
51
|
-
@page_title = lang(
|
51
|
+
@page_title = lang("access_rules.titles.#{method}") rescue nil
|
52
52
|
end
|
53
53
|
|
54
54
|
require_js 'users/access_rules'
|
data/lib/zen/version.rb
CHANGED