Browse Source

Copy change

Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
Neeraj Gupta 2 năm trước cách đây
mục cha
commit
02dd193c50

+ 1 - 1
lib/ui/sharing/add_partipant_page.dart

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

+ 1 - 1
lib/ui/sharing/manage_album_participant.dart

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