diff --git a/src/lib/group/List.svelte b/src/lib/group/List.svelte index 938809f8..499fd2bb 100644 --- a/src/lib/group/List.svelte +++ b/src/lib/group/List.svelte @@ -232,14 +232,14 @@ - memberSearchMode = "include"}>{@html memberSearchMode === "include" ? "include" : "include"} - | memberSearchMode = "exclude"}>{@html memberSearchMode === "exclude" ? "exclude" : "exclude"} - | memberSearchMode = "match"}>{@html memberSearchMode === "match" ? "exact match" : "exact match"} - | memberSearchMode = "none"}>{@html memberSearchMode === "none" ? "none" : "none"} - Includes every group with any of the members. - Excludes every group with any of the members, opposite of include. - Only includes groups which have all the members selected. - Only includes groups that have no members. + memberSearchMode = "include"}>{@html memberSearchMode === "include" ? "include" : "include"} + | memberSearchMode = "exclude"}>{@html memberSearchMode === "exclude" ? "exclude" : "exclude"} + | memberSearchMode = "match"}>{@html memberSearchMode === "match" ? "exact match" : "exact match"} + | memberSearchMode = "none"}>{@html memberSearchMode === "none" ? "none" : "none"} + Includes every group with any of the members. + Excludes every group with any of the members, opposite of include. + Only includes groups which have all the members selected. + Only includes groups that have no members. {/if} diff --git a/src/lib/member/List.svelte b/src/lib/member/List.svelte index cbd21677..10658612 100644 --- a/src/lib/member/List.svelte +++ b/src/lib/member/List.svelte @@ -224,14 +224,14 @@ - groupSearchMode = "include"}>{@html groupSearchMode === "include" ? "include" : "include"} - | groupSearchMode = "exclude"}>{@html groupSearchMode === "exclude" ? "exclude" : "exclude"} - | groupSearchMode = "match"}>{@html groupSearchMode === "match" ? "exact match" : "exact match"} - | groupSearchMode = "none"}>{@html groupSearchMode === "none" ? "none" : "none"} - Includes every member who's a part of any of the groups. - Excludes every member who's a part of any of the groups, the opposite of include. - Only includes members who are a part of every group. - Only includes members that are in no groups. + groupSearchMode = "include"}>{@html groupSearchMode === "include" ? "include" : "include"} + | groupSearchMode = "exclude"}>{@html groupSearchMode === "exclude" ? "exclude" : "exclude"} + | groupSearchMode = "match"}>{@html groupSearchMode === "match" ? "exact match" : "exact match"} + | groupSearchMode = "none"}>{@html groupSearchMode === "none" ? "none" : "none"} + Includes every member who's a part of any of the groups. + Excludes every member who's a part of any of the groups, the opposite of include. + Only includes members who are a part of every group. + Only includes members that are in no groups. {/if}