fix misspelling

This commit is contained in:
Serhiy Mytrovtsiy
2020-07-19 16:08:00 +02:00
parent 7c8f0c4180
commit 5a659dc437

View File

@@ -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)"
)
}