Skip to content

Commit cbf24c5

Browse files
committed
fix(l10n): fix English source string
Signed-off-by: Edward Ly <[email protected]>
1 parent 373d3f9 commit cbf24c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AdminSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
<NcCheckboxRadioSwitch
488488
:checked="state.llm_provider_enabled"
489489
@update:checked="onCheckboxChanged($event, 'llm_provider_enabled', false)">
490-
{{ t('integration_openai', 'Text processing providers (to generate text, summarize, context write etc...)') }}
490+
{{ t('integration_openai', 'Text processing providers (to generate text, summarize, context write, etc.)') }}
491491
</NcCheckboxRadioSwitch>
492492
<NcCheckboxRadioSwitch
493493
:checked="state.t2i_provider_enabled"

0 commit comments

Comments
 (0)