Copy change

Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
This commit is contained in:
Neeraj Gupta 2022-11-22 16:36:38 +05:30
parent 271f3ce294
commit 02dd193c50
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1
2 changed files with 2 additions and 2 deletions

View file

@ -168,7 +168,7 @@ class _AddParticipantPage extends State<AddParticipantPage> {
pressedColor: getEnteColorScheme(context).fillFaint,
trailingIcon: !selectAsViewer ? Icons.check : null,
onTap: () async {
showShortToast(context, "coming soon!");
showShortToast(context, "Coming soon!");
// showShortToast(context, "coming soon!");
// setState(() => {selectAsViewer = false});
},

View file

@ -73,7 +73,7 @@ class _ManageIndividualParticipantState
pressedColor: getEnteColorScheme(context).fillFaint,
trailingIcon: widget.user.isCollaborator ? Icons.check : null,
onTap: () async {
showShortToast(context, "coming soon!");
showShortToast(context, "Coming soon!");
},
isBottomBorderRadiusRemoved: true,
),