From f1593eb56b6333b4d00d788080a3be69beb9e85c Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 4 Dec 2019 15:50:20 -0500 Subject: [PATCH] chore: Update webpage titles --- docs/.vuepress/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 75eff6ce..39f4318a 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -2,17 +2,17 @@ module.exports = { locales: { "/": { lang: "en-US", - title: "Starship: cross-shell-prompt ", + title: "Starship: Cross-Shell Prompt", description: "The cross-shell prompt for astronauts" }, "/ja-JP/": { lang: "ja-JP", - title: "Starship", + title: "Starship: Cross-Shell Prompt", description: "The cross-shell prompt for astronauts" }, "/zh-TW/": { lang: "zh-TW", - title: "Starship", + title: "Starship: Cross-Shell Prompt", description: "The cross-shell prompt for astronauts" } },