Frontend: update options.js

Update zh-TW text string in options.js to match correct language.
This commit is contained in:
SeanPai 2022-11-16 20:41:27 +08:00 committed by Michael Mayer
parent cbe6e4f043
commit 1b4c0779a7

View file

@ -218,7 +218,7 @@ export const Languages = () => [
value: "zh", value: "zh",
}, },
{ {
text: "繁中文", // Chinese (Traditional) text: "繁中文", // Chinese (Traditional)
value: "zh_TW", value: "zh_TW",
}, },
{ {