Various improvements

This commit is contained in:
Isaac
2025-06-06 15:13:43 +08:00
parent e53af6f87d
commit cd3c27fcc2
11 changed files with 103 additions and 35 deletions

View File

@@ -516,8 +516,7 @@ public func chatMessageRemovePaymentAlertController(
let text: String
if let context, chatPeer.id != context.account.peerId {
//TODO:localize
text = "Are you sure you want to allow **\(peer.compactDisplayTitle)** to message your channel for free?"
text = strings.Channel_RemoveFeeAlert_Text(peer.compactDisplayTitle).string
} else {
text = strings.Chat_PaidMessage_RemoveFee_Text(peer.compactDisplayTitle).string
}