From 6c0cfdf99e8a3184981e4db1cf3bff5fb2c80d81 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 13 Sep 2023 16:05:13 -0500 Subject: [PATCH] [AltWidget] Updates Home Screen widget names and descriptions --- AltWidget/Widgets/ActiveAppsWidget.swift | 4 ++-- AltWidget/Widgets/AppDetailWidget.swift | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AltWidget/Widgets/ActiveAppsWidget.swift b/AltWidget/Widgets/ActiveAppsWidget.swift index 26b81473..643a0555 100644 --- a/AltWidget/Widgets/ActiveAppsWidget.swift +++ b/AltWidget/Widgets/ActiveAppsWidget.swift @@ -33,8 +33,8 @@ struct ActiveAppsWidget: Widget ActiveAppsWidgetView(entry: entry) } .supportedFamilies([.systemMedium]) - .configurationDisplayName("AltWidget") - .description("View remaining days until your active apps expire. Tap any timer to refresh them in the background.") + .configurationDisplayName("Active Apps") + .description("View remaining days until your active apps expire. Tap the countdown timers to refresh them in the background.") } else { diff --git a/AltWidget/Widgets/AppDetailWidget.swift b/AltWidget/Widgets/AppDetailWidget.swift index 1e2178a3..64e48405 100644 --- a/AltWidget/Widgets/AppDetailWidget.swift +++ b/AltWidget/Widgets/AppDetailWidget.swift @@ -22,8 +22,8 @@ struct AppDetailWidget: Widget AppDetailWidgetView(entry: entry) } .supportedFamilies([.systemSmall]) - .configurationDisplayName("AltWidget") - .description("View remaining days until your sideloaded apps expire.") + .configurationDisplayName("App Status") + .description("View remaining days until your sideloaded apps expire. Tap the countdown timer to refresh them in the background.") if #available(iOS 17, *) {