diff --git a/app/views/videolisting_mailer/videolisting_complete.html.erb b/app/views/videolisting_mailer/videolisting_complete.html.erb index 333f481..8bd0b43 100644 --- a/app/views/videolisting_mailer/videolisting_complete.html.erb +++ b/app/views/videolisting_mailer/videolisting_complete.html.erb @@ -7,10 +7,10 @@

A Video listing is complete.

Hi <%= @listing.campaign.vpa %>,

-

The video listing with video code: <%= @listing.videocode %> has been completed by Better video.

+

The video listing with video code: <%= @listing.videocode %> has been completed by BetterVideo.

<%= link_to ".", campaign_videolisting_url(@listing.campaign.listingcode, @listing.videocode) %>

To get started, please visit the link above. There will you find the video preview to make sure everything looks good.

Once you preview the video, please press the "copy to clipboard" button to - copy the listing ID and paste that into the responsive widget.

+ copy the listing ID and paste that into the Responsive widget.

\ No newline at end of file diff --git a/app/views/videolisting_mailer/videolisting_complete.text.erb b/app/views/videolisting_mailer/videolisting_complete.text.erb index b8f332d..752cc76 100644 --- a/app/views/videolisting_mailer/videolisting_complete.text.erb +++ b/app/views/videolisting_mailer/videolisting_complete.text.erb @@ -3,10 +3,10 @@ A Video listing is complete. Hi <%= @listing.campaign.vpa %>, -The video listing with video code: <%= @listing.videocode %> has been completed by Better video. +The video listing with video code: <%= @listing.videocode %> has been completed by Better Video. <%= campaign_videolisting_url(@listing.campaign.listingcode, @listing.videocode) %> To get started, please visit the URL above. There will you find the video preview to make sure everything looks good. -Once you preview the video, please press the "copy to clipboard" button to copy the listing ID and paste that into the responsive widget. \ No newline at end of file +Once you preview the video, please press the "copy to clipboard" button to copy the listing ID and paste that into the Responsive widget. \ No newline at end of file