Browse Source

Merge pull request #1310 from deltachat/reword-updating

rename 'Gettting new messages' to 'Updating'
cyBerta 4 years ago
parent
commit
e96db80c07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DcCore/DcCore/Helper/DcUtils.swift

+ 1 - 1
DcCore/DcCore/Helper/DcUtils.swift

@@ -161,7 +161,7 @@ public struct DcUtils {
         if connectivity >= DC_CONNECTIVITY_CONNECTED {
             return connectedString
         } else if connectivity >= DC_CONNECTIVITY_WORKING {
-            return String.localized("connectivity_getting_new_msgs")
+            return String.localized("connectivity_updating")
         } else if connectivity >= DC_CONNECTIVITY_CONNECTING {
           return String.localized("connectivity_connecting")
         } else {