Latest strings and handling bold

This commit is contained in:
ThomasSession
2024-09-04 10:26:30 +10:00
committed by fanchao
parent 2f4c605613
commit 81f56de11c
2 changed files with 9 additions and 7 deletions

View File

@@ -275,11 +275,11 @@ object ConversationMenuHelper {
val message = if (isCurrentUserAdmin) {
Phrase.from(context, R.string.groupLeaveDescriptionAdmin)
.put(GROUP_NAME_KEY, group.title)
.format().toString()
.format()
} else {
Phrase.from(context, R.string.groupLeaveDescription)
.put(GROUP_NAME_KEY, group.title)
.format().toString()
.format()
}
fun onLeaveFailed() {