Browse Source

Add three dots

vishnukvmd 3 years ago
parent
commit
0bc08dda36
1 changed files with 1 additions and 1 deletions
  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};