mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-08 02:12: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(
|
childBuilder: (TextStyle? style) => Row(
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
translate('Remove'),
|
translate('Delete'),
|
||||||
style: style?.copyWith(color: Colors.red),
|
style: style?.copyWith(color: Colors.red),
|
||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
|
Loading…
Reference in New Issue
Block a user