This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
OpenSource
/
open-webui
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
fix Submit button not beeing a i18n key
Jannik Streidl
há 1 ano atrás
pai
755dd85a20
commit
11dcbb2e15
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas 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>