Update paste.tsx

This commit is contained in:
Alexander-Ger-Reich
2025-09-28 12:38:19 +02:00
committed by GitHub
parent 574b41a0a1
commit ade6d80f10

View File

@@ -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