From b2fafc848b541ab0b543cd9373865d6d76dae870 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 24 Dec 2024 18:33:26 -0800 Subject: [PATCH] Update widget descriptions. --- Widget/Resources/en.lproj/Localizable.strings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Widget/Resources/en.lproj/Localizable.strings b/Widget/Resources/en.lproj/Localizable.strings index fed487392..2267f6d03 100644 --- a/Widget/Resources/en.lproj/Localizable.strings +++ b/Widget/Resources/en.lproj/Localizable.strings @@ -8,13 +8,13 @@ /* Bundle */ "Unread_Widget_Title" = "Your Unread Articles"; -"Unread_Widget_Description" = "A sneak peek at your unread articles."; +"Unread_Widget_Description" = "See unread articles."; "Today_Widget_Title" = "Your Today Articles"; -"Today_Widget_Description" = "A sneak peek at recently published unread articles."; +"Today_Widget_Description" = "See the latest unread articles."; "Starred_Widget_Title" = "Your Starred Articles"; -"Starred_Widget_Description" = "A sneak peek at your starred articles."; +"Starred_Widget_Description" = "See your starred articles."; "SmartFeedSummary_Widget_Title" = "Your Smart Feed Summary"; "SmartFeedSummary_Widget_Description" = "Your smart feeds, summarized.";