From fc58a983935c761a8425ec0c7a3ef0d6a1367354 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Tue, 6 May 2014 16:18:18 -0400 Subject: [PATCH] typos in email --- app/views/videolisting_mailer/videolisting_complete.html.erb | 4 ++-- app/views/videolisting_mailer/videolisting_complete.text.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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