diff --git a/app/controllers/my_profile/cms_controller.rb b/app/controllers/my_profile/cms_controller.rb index 7f72766..8ffac82 100644 --- a/app/controllers/my_profile/cms_controller.rb +++ b/app/controllers/my_profile/cms_controller.rb @@ -129,7 +129,7 @@ class CmsController < MyProfileController @article = profile.articles.find(params[:id]) profile.home_page = @article profile.save! - flash[:notice] = _('Article "%s" configured as home page.') % @article.name + flash[:notice] = _('"%s" configured as home page.') % @article.name redirect_to :action => 'view', :id => @article.id end -- libgit2 0.21.2