From 479f877dbf6d7f83d7ce8cca409905567cb4b980 Mon Sep 17 00:00:00 2001
From: ellen! <78277148+owoellen@users.noreply.github.com>
Date: Mon, 19 May 2025 22:43:45 +0100
Subject: [PATCH 1/2] Update Authentication.storyboard
Signed-off-by: ellen! <78277148+owoellen@users.noreply.github.com>
---
AltStore/Authentication/Authentication.storyboard | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AltStore/Authentication/Authentication.storyboard b/AltStore/Authentication/Authentication.storyboard
index feaf7987..dae45e37 100644
--- a/AltStore/Authentication/Authentication.storyboard
+++ b/AltStore/Authentication/Authentication.storyboard
@@ -431,7 +431,7 @@
-
+
@@ -485,7 +485,7 @@
-
+
From 4176b8c83c6e3bc74f9a9c49f1fabfd14661a452 Mon Sep 17 00:00:00 2001
From: ellen! <78277148+owoellen@users.noreply.github.com>
Date: Mon, 19 May 2025 22:45:50 +0100
Subject: [PATCH 2/2] Update LockScreenWidget.swift
Signed-off-by: ellen! <78277148+owoellen@users.noreply.github.com>
---
AltWidget/Widgets/LockScreenWidget.swift | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AltWidget/Widgets/LockScreenWidget.swift b/AltWidget/Widgets/LockScreenWidget.swift
index 68cbea41..9f3d7f1d 100644
--- a/AltWidget/Widgets/LockScreenWidget.swift
+++ b/AltWidget/Widgets/LockScreenWidget.swift
@@ -25,7 +25,7 @@ struct TextLockScreenWidget: Widget
}
.supportedFamilies([.accessoryCircular])
.configurationDisplayName("AltWidget (Text)")
- .description("View remaining days until AltStore expires.")
+ .description("View remaining days until SideStore expires.")
}
else
{
@@ -48,7 +48,7 @@ struct IconLockScreenWidget: Widget
}
.supportedFamilies([.accessoryCircular])
.configurationDisplayName("AltWidget (Icon)")
- .description("View remaining days until AltStore expires.")
+ .description("View remaining days until SideStore expires.")
}
else
{