Преглед на файлове

Copy change

Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
Neeraj Gupta преди 2 години
родител
ревизия
02dd193c50
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      lib/ui/sharing/add_partipant_page.dart
  2. 1 1
      lib/ui/sharing/manage_album_participant.dart

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

@@ -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});
                       },

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

@@ -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,
             ),