We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112c180 commit 813a319Copy full SHA for 813a319
1 file changed
lib/screens/user_shares/user_share_edit.dart
@@ -69,7 +69,7 @@ class _UserShareEditScreenState extends State<UserShareEditScreen> {
69
appBar: AppBar(
70
title: Row(
71
spacing: 10,
72
- children: [Text('Shares with ${widget.user.name}')],
+ children: [Text('Shared with ${widget.user.name}')],
73
),
74
75
body: Padding(
0 commit comments