refactor: use the more translated string for max group members

Remove strings.xml single reference to the edit activity too many group members, EditClosedGroupActivity.kt now uses the same localised versions as the create closed group logic
This commit is contained in:
Jubb
2021-01-21 16:44:10 +11:00
parent 52b5222ffe
commit a33e8b2cbf
2 changed files with 2 additions and 4 deletions

View File

@@ -1842,7 +1842,6 @@
<string name="activity_edit_closed_group_group_name_missing_error">Group name can\'t be empty</string>
<string name="activity_edit_closed_group_group_name_too_long_error">Please enter a shorter group name</string>
<string name="activity_edit_closed_group_not_enough_group_members_error">Groups must have at least 1 group member</string>
<string name="activity_edit_closed_group_too_many_group_members_error">A closed group cannot have more than 10 members</string>
<string name="activity_edit_closed_group_invalid_session_id_error">One of the members of your group has an invalid Session ID</string>
<string name="activity_edit_closed_group_confirm_removal">Are you sure you want to remove this user?</string>
<string name="activity_edit_closed_group_member_removed">User removed from group</string>