From 8142a7460b8e54a136f3057c875c92956dc64a57 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Fri, 21 Mar 2025 12:12:29 +0530 Subject: [PATCH] Update copy for iOS widget --- mobile/ios/EnteMemoryWidget/EnteMemoryWidget.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/ios/EnteMemoryWidget/EnteMemoryWidget.swift b/mobile/ios/EnteMemoryWidget/EnteMemoryWidget.swift index d5a1c247c2..0d7d3790e1 100644 --- a/mobile/ios/EnteMemoryWidget/EnteMemoryWidget.swift +++ b/mobile/ios/EnteMemoryWidget/EnteMemoryWidget.swift @@ -229,8 +229,8 @@ struct EnteMemoryWidget: Widget { .background() } } - .configurationDisplayName("Slideshow Album") - .description("This provides slideshow of memories.") + .configurationDisplayName("Your memories") + .description("See special moments from the past.") .contentMarginsDisabled() } }