Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 2171ce6

Browse files
authored
Update UpdaterView.swift
1 parent 65b7656 commit 2171ce6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Sources/prostore/views/UpdaterView.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ struct UpdaterWebView: UIViewRepresentable {
7070
// Send local notification
7171
private func sendUpdateNotification() {
7272
let content = UNMutableNotificationContent()
73-
content.title = "ProStore Update"
74-
content.body = "ProStore will now update!"
73+
content.title = "ProStore"
74+
content.body = "ProStore will now update! Please click 'Install'."
7575
content.sound = .default
7676

7777
let request = UNNotificationRequest(identifier: "ProStoreUpdate", content: content, trigger: nil)
@@ -134,3 +134,4 @@ struct UpdaterWebView: UIViewRepresentable {
134134
}
135135
}
136136
}
137+

0 commit comments

Comments
 (0)