From 1a8ec9fb4c7f1bad0bb95bd3541b266216216333 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Sat, 13 Apr 2024 15:02:43 +0530 Subject: [PATCH] [mob] minor change to change log --- mobile/lib/ui/notification/update/change_log_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/ui/notification/update/change_log_page.dart b/mobile/lib/ui/notification/update/change_log_page.dart index 4c2340ae86..289d84590d 100644 --- a/mobile/lib/ui/notification/update/change_log_page.dart +++ b/mobile/lib/ui/notification/update/change_log_page.dart @@ -122,7 +122,7 @@ class _ChangeLogPageState extends State { final List items = []; items.addAll([ ChangeLogEntry( - "Improved Performance for Large Galleries", + "Improved Performance for Large Galleries ✨", 'We\'ve made significant improvements to how quickly galleries load and' ' with less stutter, especially for those with a lot of photos and videos.', ),