From 1b44c26cf6185136d987ff7a42b85186e6bcaaf2 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Wed, 15 Jul 2020 21:18:34 +0200 Subject: [PATCH] change IndexPage meta description and header description --- gatsby-config.js | 2 +- src/features/IndexPage/translations.en.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 60607bb..a35f225 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -3,7 +3,7 @@ const siteUrl = "https://dcbot.tribalwarshelp.com"; module.exports = { siteMetadata: { title: `TWHelp Discord Bot`, - description: `Live notifications about lost/conquered village by a tribe in the game TribalWars.`, + description: `Discord bot for online game Tribalwars. | Notifications about lost/conquered village in near real-time.`, siteUrl, twhelpUrl: "https://tribalwarshelp.com", botInviteUrl: diff --git a/src/features/IndexPage/translations.en.js b/src/features/IndexPage/translations.en.js index ac25394..fd25776 100644 --- a/src/features/IndexPage/translations.en.js +++ b/src/features/IndexPage/translations.en.js @@ -1,11 +1,11 @@ export default { title: "Home", description: - "Live notifications about lost/conquered village by a tribe in the game TribalWars.", + "Discord bot for online game Tribalwars. | Notifications about lost/conquered village in near real-time.", header: { title: "Observe your tribe ennoblements!", description: - "This bot notifies you about conquered/lost village near real-time.", + "This bot notifies you about conquered/lost village in near real-time.", inviteBot: "Invite bot to your server", commands: "Commands", },