Browse Source

Keep a sqlite friendly name

Vishnu Mohandas 5 years ago
parent
commit
438272001d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/folder_service.dart

+ 1 - 1
lib/folder_service.dart

@@ -112,7 +112,7 @@ class FolderSharingService {
     }).catchError((e) {
       return Folder(
         null,
-        Configuration.instance.getUsername() + "'s " + deviceFolder,
+        Configuration.instance.getUsername() + "s " + deviceFolder,
         Configuration.instance.getUsername(),
         deviceFolder,
         Set<String>(),