mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-09 07:36:50 +00:00
Change 'Title' to 'Group name' in group update message
closes #3424 //FREEBIE
This commit is contained in:
@@ -79,7 +79,7 @@ public class GroupUtil {
|
||||
|
||||
if (title != null && !title.trim().isEmpty()) {
|
||||
if (description.length() > 0) description.append(" ");
|
||||
description.append(context.getString(R.string.GroupUtil_title_is_now, title));
|
||||
description.append(context.getString(R.string.GroupUtil_group_name_is_now, title));
|
||||
}
|
||||
|
||||
if (description.length() > 0) {
|
||||
|
Reference in New Issue
Block a user