mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 20:16:28 +00:00
PeerCard. Menu. Change button text "remove" to "delete"
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user