PeerCard. Menu. Change button text "remove" to "delete"
This commit is contained in:
parent
02b5085e2b
commit
6ae0456c45
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue