Эх сурвалжийг харах

reword 'Contact Request' label to just 'Request'; remove superfluous untranslated string

B. Petersen 4 жил өмнө
parent
commit
1219ac6e8a

+ 1 - 1
deltachat-ios/View/ContactCell.swift

@@ -116,7 +116,7 @@ class ContactCell: UITableViewCell {
     }()
 
     private lazy var contactRequest: UIView = {
-        return createTagLabel(tag: String.localized("chat_contact_request"))
+        return createTagLabel(tag: String.localized("chat_request_label"))
     }()
 
     private let unreadMessageCounter: MessageCounter = {

+ 0 - 1
scripts/untranslated.xml

@@ -12,5 +12,4 @@
     
     <string name="perm_ios_explain_access_to_camera_denied">To take photos, capture videos or use the QR-Code scanner, open the system settings and enable \"Camera\".</string>
     <string name="open_settings">Open Settings</string>
-    <string name="accept">Accept</string>
 </resources>