PeerCard. Menu. Change button text "remove" to "delete"

This commit is contained in:
grummbeer 2023-02-23 13:11:49 +01:00
parent 02b5085e2b
commit 6ae0456c45

View File

@ -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(