From 5a659dc4373c7301e1f5eab7195f30d8db41af7f Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Sun, 19 Jul 2020 16:08:00 +0200 Subject: [PATCH] fix misspelling --- Stats/helpers.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" ) }