You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/AdminSettings.vue
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -495,7 +495,7 @@
495
495
input-id="openai-tts-voices-select"
496
496
@click="onInput()" />
497
497
<div>
498
-
<h2>
498
+
<h2style="margin: 10px0-10px0">
499
499
{{ t('integration_openai', 'Usage limits') }}
500
500
</h2>
501
501
<divclass="line">
@@ -508,7 +508,7 @@
508
508
{{ t('integration_openai', 'Usage quotas per time period') }}
509
509
</h2>
510
510
<NcNoteCardtype="info">
511
-
{{ t('integration_openai', 'A per-user quota for each quota type can be set. If the user has not provided their own API key, this quota will be enforced.') }}
511
+
{{ t('integration_openai', 'A per-user quota for each quota type can be set. If the user has not provided their own API key, and a rule is not specified for this user or any of their groups, this quota will be enforced.') }}
512
512
{{ t('integration_openai', '"0" means unlimited usage for a particular quota type.') }}
513
513
</NcNoteCard>
514
514
<!--Loop through all quota types and list an input for them on this line-->
0 commit comments