fix translation keys. allow > enable

This commit is contained in:
grummbeer 2023-11-08 18:31:37 +01:00 committed by GitHub
parent 7bafe142ca
commit 30c4e9cf00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,7 +449,7 @@ Future<List<TToggleMenu>> toolbarDisplayToggle(
if (value == null) return; if (value == null) return;
bind.sessionToggleOption(sessionId: sessionId, value: option); bind.sessionToggleOption(sessionId: sessionId, value: option);
}, },
child: Text(translate('Allow file copy and paste')))); child: Text(translate('Enable file copy and paste'))));
} }
// disable clipboard // disable clipboard
if (ffiModel.keyboard && perms['clipboard'] != false) { if (ffiModel.keyboard && perms['clipboard'] != false) {