Skip to content

Commit e1144f7

Browse files
committed
bug fixes
1 parent 4ca4168 commit e1144f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Telegram-Mac/ChatInterfaceInteraction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ final class ChatInteraction : InterfaceObserver {
966966
)
967967
} else {
968968
let author = keyboardMessage.author?.displayTitle ?? ""
969-
let info = strings().chatSuggestPostPublishConfirmInfo(author, formatted, comission.decemial.string)
969+
let info = strings().chatSuggestPostPublishConfirmInfo(author, formatted, "\(comission.decemial.string)%")
970970
verifyAlert(
971971
for: context.window,
972972
header: strings().chatSuggestPostPublishConfirmHeader,
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)