mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 14:37:45 +00:00
Latest strings and handling bold
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user