From 5c1c8a0a4e294ff696090ac2201011f2acea2e61 Mon Sep 17 00:00:00 2001 From: Badri Sunderarajan Date: Sun, 30 Jan 2022 19:07:52 +0530 Subject: [PATCH] Change newsletter buttons to say "Newsletter" The word "Subscribe" is ambiguous because it could also mean the print magazine :P --- default.hbs | 2 +- index.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.hbs b/default.hbs index 750a158..680fef1 100644 --- a/default.hbs +++ b/default.hbs @@ -62,7 +62,7 @@ {{/if}} {{#unless @member}} - Subscribe + Newsletter {{else}} Account {{/unless}} diff --git a/index.hbs b/index.hbs index cdac85d..5f41175 100644 --- a/index.hbs +++ b/index.hbs @@ -27,7 +27,7 @@ into the {body} of the default.hbs template --}} {{#unless @member}}
Enter your email
- Subscribe + Sign up
{{/unless}}