group_settings: Change tooltip on add members input box.

This commit is contained in:
Vector73 2024-07-13 15:45:42 +05:30 committed by Tim Abbott
parent b5b3391d0d
commit e9b796c0be
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ function update_add_members_elements(group) {
settings_components.initialize_disable_btn_hint_popover(
$add_members_container,
$t({defaultMessage: "Only group members can add users to a group."}),
$t({defaultMessage: "You are not allowed to add members to this group."}),
);
}
}