mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 15:37:32 +00:00
refactor!: increase closed group limit to 100
BREAKING CHANGE: if older client users are added to a >20 size closed group they probably won't be able to edit group members without receiving errors remove legacy references to ClosedGroupsProtocol.kt, update translations for CreateClosedGroupActivity.kt
This commit is contained in:
@@ -1357,7 +1357,7 @@
|
||||
<string name="activity_create_closed_group_group_name_missing_error">グループ名を入力してください</string>
|
||||
<string name="activity_create_closed_group_group_name_too_long_error">短いグループ名を入力してください</string>
|
||||
<string name="activity_create_closed_group_not_enough_group_members_error">グループメンバーを少なくとも 2 人選択してください</string>
|
||||
<string name="activity_create_closed_group_too_many_group_members_error">閉じたグループは 20 人を超えるメンバーを抱えることはできません</string>
|
||||
<string name="activity_create_closed_group_too_many_group_members_error">閉じたグループは 100 人を超えるメンバーを抱えることはできません</string>
|
||||
<string name="activity_create_closed_group_invalid_session_id_error">グループのメンバーの 1 人の Session ID が無効です</string>
|
||||
|
||||
<string name="activity_join_public_chat_title">オープングループに参加する</string>
|
||||
|
Reference in New Issue
Block a user