diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 3424b2005..8bd10648b 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -216,7 +216,7 @@ module ApplicationHelper else title = I18n.t 'application.helper.video_title.unknown' end - ' Youtube: ' + title + '' + ' Youtube: ' + title + '' end return processed_message end @@ -263,7 +263,7 @@ module ApplicationHelper else title = I18n.t 'application.helper.video_title.unknown' end - ' Vimeo: ' + title + '' + ' Vimeo: ' + title + '' end return processed_message end