Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
f40aee9d
"docs/vscode:/vscode.git/clone" did not exist on "e0a64f954a301c075043f6e97eca7e4c9c68b8e7"
Commit
f40aee9d
authored
Jul 13, 2024
by
Karl Lee
Browse files
i18n: added some missing i18n keys
parent
26bf1ef6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/lib/components/chat/Controls/Controls.svelte
src/lib/components/chat/Controls/Controls.svelte
+3
-3
No files found.
src/lib/components/chat/Controls/Controls.svelte
View file @
f40aee9d
...
@@ -39,14 +39,14 @@
...
@@ -39,14 +39,14 @@
{/if}
{/if}
<div>
<div>
<div class="mb-1.5 font-medium">System Prompt</div>
<div class="mb-1.5 font-medium">
{$i18n.t('
System Prompt
')}
</div>
<div>
<div>
<textarea
<textarea
bind:value={params.system}
bind:value={params.system}
class="w-full rounded-lg px-4 py-3 text-sm dark:text-gray-300 dark:bg-gray-850 border border-gray-100 dark:border-gray-800 outline-none resize-none"
class="w-full rounded-lg px-4 py-3 text-sm dark:text-gray-300 dark:bg-gray-850 border border-gray-100 dark:border-gray-800 outline-none resize-none"
rows="3"
rows="3"
placeholder=
"
Enter system prompt
"
placeholder=
{$i18n.t('
Enter system prompt
')}
/>
/>
</div>
</div>
</div>
</div>
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
<hr class="my-2 border-gray-100 dark:border-gray-800" />
<hr class="my-2 border-gray-100 dark:border-gray-800" />
<div>
<div>
<div class="mb-1.5 font-medium">Advanced Params</div>
<div class="mb-1.5 font-medium">
{$i18n.t('
Advanced Params
')}
</div>
<div>
<div>
<AdvancedParams bind:params />
<AdvancedParams bind:params />
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment