From 6c5bc881bf69479497e8c43ae457ac9d44c83407 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Thu, 27 Aug 2015 16:35:17 -0300 Subject: [PATCH] removing interpolation string --- controllers/myprofile/dialoga_plugin_myprofile_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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