mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Merge commit '6e4660dbc0cc6ea4a8c849b77bf0408cc86de6bf'
This commit is contained in:
@@ -196,7 +196,7 @@ private final class AttachButtonComponent: CombinedComponent {
|
||||
name = strings.Attachment_Location
|
||||
imageName = "Chat/Attach Menu/Location"
|
||||
case .todo:
|
||||
name = "To Do List"
|
||||
name = strings.Attachment_Todo
|
||||
imageName = "Chat/Attach Menu/Todo"
|
||||
case .contact:
|
||||
name = strings.Attachment_Contact
|
||||
@@ -1497,8 +1497,7 @@ final class AttachmentPanel: ASDisplayNode, ASScrollViewDelegate {
|
||||
case .location:
|
||||
accessibilityTitle = self.presentationData.strings.Attachment_Location
|
||||
case .todo:
|
||||
//TODO:localize
|
||||
accessibilityTitle = "To Do List"
|
||||
accessibilityTitle = self.presentationData.strings.Attachment_Todo
|
||||
case .contact:
|
||||
accessibilityTitle = self.presentationData.strings.Attachment_Contact
|
||||
case .poll:
|
||||
|
||||
Reference in New Issue
Block a user