소스 검색

fix localization

cyberta 4 년 전
부모
커밋
c544fc0ad7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deltachat-ios/Chat/Views/ChatEditingBar.swift

+ 1 - 1
deltachat-ios/Chat/Views/ChatEditingBar.swift

@@ -43,7 +43,7 @@ public class ChatEditingBar: UIView, InputItem {
             view.setImage(UIImage(systemName: "trash"), for: .normal)
             view.tintColor = .systemBlue
         } else {
-            view.setTitle("delete", for: .normal)
+            view.setTitle(String.localized("delete"), for: .normal)
             view.setTitleColor(.systemBlue, for: .normal)
         }
         view.translatesAutoresizingMaskIntoConstraints = false