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", },