mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 09:52:49 +08:00
PeerCard. Menu. Change button text "remove" to "delete"
This commit is contained in:
parent
02b5085e2b
commit
6ae0456c45
@ -518,7 +518,7 @@ abstract class BasePeerCard extends StatelessWidget {
|
||||
childBuilder: (TextStyle? style) => Row(
|
||||
children: [
|
||||
Text(
|
||||
translate('Remove'),
|
||||
translate('Delete'),
|
||||
style: style?.copyWith(color: Colors.red),
|
||||
),
|
||||
Expanded(
|
||||
|
Loading…
Reference in New Issue
Block a user