Ver Fonte

Add three dots

vishnukvmd há 3 anos atrás
pai
commit
0bc08dda36
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/utils/magic_util.dart

+ 1 - 1
lib/utils/magic_util.dart

@@ -49,7 +49,7 @@ Future<void> _updatePublicMetadata(
   if (files.isEmpty) {
   if (files.isEmpty) {
     return;
     return;
   }
   }
-  final dialog = createProgressDialog(context, 'please wait');
+  final dialog = createProgressDialog(context, 'please wait...');
   await dialog.show();
   await dialog.show();
   try {
   try {
     Map<String, dynamic> update = {key: value};
     Map<String, dynamic> update = {key: value};