This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
OpenSource
/
open-webui
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
fix Submit button not beeing a i18n key
Jannik Streidl
1 anno fa
parent
755dd85a20
commit
11dcbb2e15
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
src/lib/components/chat/Messages/RateComment.svelte
+ 1
- 1
src/lib/components/chat/Messages/RateComment.svelte
Vedi File
@@ -123,7 +123,7 @@
submitHandler();
}}
>
-
Submit
+
{$i18n.t('Submit')}
</button>
</div>
</div>