diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 3a8512124..1fd6d1346 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -215,7 +215,7 @@ module ApplicationHelper else title = I18n.t 'application.helper.video_title.unknown' end - 'Youtube: ' + title + '' + ' Youtube: ' + title + '' end return processed_message end @@ -262,7 +262,7 @@ module ApplicationHelper else title = I18n.t 'application.helper.video_title.unknown' end - 'Vimeo: ' + title + '' + ' Vimeo: ' + title + '' end return processed_message end