This website works better with JavaScript
Home
Explore
Help
Register
Sign In
OpenSource
/
open-webui
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix Submit button not beeing a i18n key
Jannik Streidl
1 year ago
parent
755dd85a20
commit
11dcbb2e15
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/lib/components/chat/Messages/RateComment.svelte
+ 1
- 1
src/lib/components/chat/Messages/RateComment.svelte
View File
@@ -123,7 +123,7 @@
submitHandler();
}}
>
-
Submit
+
{$i18n.t('Submit')}
</button>
</div>
</div>