浏览代码

Merge pull request #310 from ente-io/capitalization

Fix capitalization of "Shared with"
Neeraj Gupta 3 年之前
父节点
当前提交
69546f8cca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/ui/shared_collections_gallery.dart

+ 1 - 1
lib/ui/shared_collections_gallery.dart

@@ -353,7 +353,7 @@ class OutgoingCollectionItem extends StatelessWidget {
                       : Padding(
                       : Padding(
                           padding: EdgeInsets.fromLTRB(0, 4, 0, 0),
                           padding: EdgeInsets.fromLTRB(0, 4, 0, 0),
                           child: Text(
                           child: Text(
-                            "shared with " + sharees.join(", "),
+                            "Shared with " + sharees.join(", "),
                             style: TextStyle(
                             style: TextStyle(
                               fontSize: 14,
                               fontSize: 14,
                               color: Theme.of(context).primaryColorLight,
                               color: Theme.of(context).primaryColorLight,