[AltWidget] Updates Home Screen widget names and descriptions

This commit is contained in:
Riley Testut
2023-09-13 16:05:13 -05:00
committed by Magesh K
parent 9a6272f8e0
commit 6c0cfdf99e
2 changed files with 4 additions and 4 deletions

View File

@@ -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
{

View File

@@ -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, *)
{