Skip to content

Commit 8ce202a

Browse files
committed
update language setting label
1 parent a708545 commit 8ce202a

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

apps/desktop/src/components/settings/views/general.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default function General() {
147147
<Trans>Language</Trans>
148148
</FormLabel>
149149
<FormDescription>
150-
<Trans>Choose the language you want to use for the application interface</Trans>
150+
<Trans>Choose the language you want to use for the speech-to-text model and language model</Trans>
151151
</FormDescription>
152152
<FormControl>
153153
<Select

apps/desktop/src/locales/en/messages.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,12 @@ msgid "CEO"
362362
msgstr "CEO"
363363

364364
#: src/components/settings/views/general.tsx:150
365-
msgid "Choose the language you want to use for the application interface"
366-
msgstr "Choose the language you want to use for the application interface"
365+
#~ msgid "Choose the language you want to use for the application interface"
366+
#~ msgstr "Choose the language you want to use for the application interface"
367+
368+
#: src/components/settings/views/general.tsx:150
369+
msgid "Choose the language you want to use for the speech-to-text model and language model"
370+
msgstr "Choose the language you want to use for the speech-to-text model and language model"
367371

368372
#: src/components/settings/views/billing.tsx:52
369373
msgid "Collaborate with others in meetings"

apps/desktop/src/locales/ko/messages.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,11 @@ msgid "CEO"
362362
msgstr ""
363363

364364
#: src/components/settings/views/general.tsx:150
365-
msgid "Choose the language you want to use for the application interface"
365+
#~ msgid "Choose the language you want to use for the application interface"
366+
#~ msgstr ""
367+
368+
#: src/components/settings/views/general.tsx:150
369+
msgid "Choose the language you want to use for the speech-to-text model and language model"
366370
msgstr ""
367371

368372
#: src/components/settings/views/billing.tsx:52

apps/docs/data/i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
22
{
33
"language": "ko",
4-
"total": 233,
5-
"missing": 233
4+
"total": 234,
5+
"missing": 234
66
},
77
{
88
"language": "en (source)",
9-
"total": 233,
9+
"total": 234,
1010
"missing": 0
1111
}
1212
]

0 commit comments

Comments
 (0)