Merge pull request #6340 from grummbeer/allow-to-enable

Fix. translation keys "Allow file copy and paste" > "Enable file copy and paste"
This commit is contained in:
RustDesk 2023-11-09 15:37:59 +08:00 committed by GitHub
commit dbde5af545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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