mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Update localization
This commit is contained in:
parent
6a7f55c1a2
commit
90943b78b6
@ -7419,3 +7419,5 @@ Sorry for the inconvenience.";
|
||||
|
||||
"WebApp.MessagePreview" = "Message Preview";
|
||||
"WebApp.Send" = "Send";
|
||||
|
||||
"Notification.WebAppSentData" = "You have successfully transferred data from the \"%@\" button to the bot.";
|
||||
|
@ -632,7 +632,7 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
|
||||
}
|
||||
}
|
||||
case let .webViewData(text):
|
||||
attributedString = NSAttributedString(string: "Data for \(text) sent to bot", font: titleFont, textColor: primaryTextColor)
|
||||
attributedString = NSAttributedString(string: strings.Notification_WebAppSentData(text).string, font: titleFont, textColor: primaryTextColor)
|
||||
case .unknown:
|
||||
attributedString = nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user