mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-12 10:07:38 -05:00
Update paste.tsx
This commit is contained in:
committed by
GitHub
parent
574b41a0a1
commit
ade6d80f10
@@ -95,8 +95,8 @@ export const Paste = () => {
|
||||
value={langue}
|
||||
onChange={(value) => setLangue(value)}
|
||||
style={{ width: '100%', marginBottom: '12px' }} >
|
||||
<Option value="en">{t('keyboard.dropdownEnglish')}</Option>
|
||||
<Option value="de">{t('keyboard.dropdownGerman')}</Option>
|
||||
<Option value="en">{t('keyboard.dropdownStandard')}</Option>
|
||||
</Select>
|
||||
|
||||
<TextArea
|
||||
|
||||
Reference in New Issue
Block a user