diff --git a/Stats/helpers.swift b/Stats/helpers.swift index 10bec10f..f708a5d0 100644 --- a/Stats/helpers.swift +++ b/Stats/helpers.swift @@ -67,7 +67,7 @@ extension AppDelegate { } if IsNewestVersion(currentVersion: prevVersion, latestVersion: currentVersion) { - showNotification(title: "Successfully updated", subtitle: "Stats was updated to the v\(currentVersion)", id: "updated-from-\(prevVersion)-to-\(currentVersion)" + showNotification(title: "Successfully updated", subtitle: "Stats was updated to v\(currentVersion)", id: "updated-from-\(prevVersion)-to-\(currentVersion)" ) }