Update localization

This commit is contained in:
Ilya Laktyushin 2022-03-28 19:43:15 +04:00
parent 6a7f55c1a2
commit 90943b78b6
2 changed files with 3 additions and 1 deletions

View File

@ -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.";

View File

@ -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
}