Commit f4aebb1838175f08df70647e54a25017c991c5cf
1 parent
efd6f22e
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Sintaxe fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/virtuoso/controllers/virtuoso_plugin_admin_controller.rb
@@ -8,7 +8,7 @@ class VirtuosoPluginAdminController < AdminController | @@ -8,7 +8,7 @@ class VirtuosoPluginAdminController < AdminController | ||
8 | 8 | ||
9 | if request.post? | 9 | if request.post? |
10 | @settings.save! | 10 | @settings.save! |
11 | - session[:notice] = 'Settings succefully saved.' | 11 | + session[:notice] = 'Settings successfully saved.' |
12 | redirect_to :action => 'index' | 12 | redirect_to :action => 'index' |
13 | end | 13 | end |
14 | end | 14 | end |