Add missing strings

This commit is contained in:
Ali
2023-11-02 21:21:57 +04:00
parent 74a73fb41c
commit caa8a597e2
3 changed files with 6 additions and 4 deletions

View File

@@ -3793,8 +3793,7 @@ class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDelegate, Ch
}
] as [UIAction])
//TODO:localize
children.append(UIAction(title: "Code", image: nil) { [weak self] (action) in
children.append(UIAction(title: self.strings?.TextFormat_Code ?? "Code", image: nil) { [weak self] (action) in
if let strongSelf = self {
strongSelf.formatAttributesCodeBlock(strongSelf)
}