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
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) {