This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
OpenSource
/
open-webui
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
fix Submit button not beeing a i18n key
Jannik Streidl
hai 1 ano
pai
755dd85a20
achega
11dcbb2e15
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
src/lib/components/chat/Messages/RateComment.svelte
+ 1
- 1
src/lib/components/chat/Messages/RateComment.svelte
Ver ficheiro
@@ -123,7 +123,7 @@
submitHandler();
}}
>
-
Submit
+
{$i18n.t('Submit')}
</button>
</div>
</div>