chore: Update webpage titles

This commit is contained in:
Matan Kushner 2019-12-04 15:50:20 -05:00
parent 609ae4235a
commit f1593eb56b
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
1 changed files with 3 additions and 3 deletions

View File

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