From b352cea3c1c07821db44c19e3e399c402b1f6ffa Mon Sep 17 00:00:00 2001 From: Jos Koetsier Date: Tue, 17 Dec 2019 16:55:56 +0000 Subject: [PATCH] Update completed page Change topic styling from topic in inverted commas to topic with emphasis style but no inverted commas --- config/locales/subscription_authentication.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/subscription_authentication.yml b/config/locales/subscription_authentication.yml index 1bc8387e0..5526efe5f 100644 --- a/config/locales/subscription_authentication.yml +++ b/config/locales/subscription_authentication.yml @@ -7,6 +7,6 @@ en: browser_title: "Subscription created successfully" title: "You’ve subscribed successfully" summary: - immediately: "You’ll get an email each time there’s an update to ‘%{title}’" - daily: "You’ll get an email each day there’s been an update to ‘%{title}’" - weekly: "You’ll get one email per week if there’s been an update to ‘%{title}’" + immediately: "You’ll get an email each time there’s an update to %{title}" + daily: "You’ll get an email each day there’s been an update to %{title}" + weekly: "You’ll get one email per week if there’s been an update to %{title}"