Skip to content

Commit 813a319

Browse files
committed
fix typo
1 parent 112c180 commit 813a319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/screens/user_shares/user_share_edit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class _UserShareEditScreenState extends State<UserShareEditScreen> {
6969
appBar: AppBar(
7070
title: Row(
7171
spacing: 10,
72-
children: [Text('Shares with ${widget.user.name}')],
72+
children: [Text('Shared with ${widget.user.name}')],
7373
),
7474
),
7575
body: Padding(

0 commit comments

Comments
 (0)