From 08f249621655ff039c7774375d9091fe2bde9072 Mon Sep 17 00:00:00 2001 From: Andre Pramaditya Date: Tue, 28 May 2019 08:49:30 +0700 Subject: [PATCH] Fix the grammar --- src/components/Footer.vue | 2 +- src/pages/Blog.vue | 2 +- src/pages/Contact.vue | 2 +- src/pages/Index.vue | 11 ++++++----- src/pages/Join.vue | 8 ++++---- src/pages/Thanks.vue | 4 ++-- 6 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 0969cfa..df14b9b 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -1,7 +1,7 @@ diff --git a/src/pages/Thanks.vue b/src/pages/Thanks.vue index 8088510..589aa85 100644 --- a/src/pages/Thanks.vue +++ b/src/pages/Thanks.vue @@ -1,7 +1,7 @@ @@ -14,7 +14,7 @@ export default { title: 'Thanks', meta: metaTagGenerator({ title: 'Thanks', - description: "Your submission successfully submitted. We'll get in touch soon.", + description: "Your submission has been successfully submitted. We will get in touch with you soon.", url: 'https://evilfactory.id/thanks/' }) }