diff --git a/controllers/myprofile/dialoga_plugin_myprofile_controller.rb b/controllers/myprofile/dialoga_plugin_myprofile_controller.rb index 7a3ca92..9829bb8 100644 --- a/controllers/myprofile/dialoga_plugin_myprofile_controller.rb +++ b/controllers/myprofile/dialoga_plugin_myprofile_controller.rb @@ -9,7 +9,7 @@ class DialogaPluginMyprofileController < MyProfileController Delayed::Job.enqueue(DialogaPlugin::ReportJob.new(profile.id, report_path)) Delayed::Job.enqueue(DialogaPlugin::RankingJob.new(profile.id, report_path)) Delayed::Job.enqueue(DialogaPlugin::EventJob.new(profile.id, report_path)) - session[:notice] = _("Favor aguardar: o relatório será criado na pasta Relatorios/#{report_path}") + session[:notice] = _("Favor aguardar: o relatório será criado na pasta Relatorios/%s") % report_path redirect_to :back end -- libgit2 0.21.2