make do-not-pair group verbiage more clear

This commit is contained in:
2026-05-24 18:38:56 -06:00
parent 93fdcaf7ff
commit 39c389cda8
2 changed files with 3 additions and 2 deletions

View File

@@ -129,7 +129,7 @@
@click="disabled ? notifyLocked() : addGroup()" @click="disabled ? notifyLocked() : addGroup()"
> >
<font-awesome icon="plus" class="text-sm" /> <font-awesome icon="plus" class="text-sm" />
New Group New Do-Not-Pair Group
</button> </button>
</div> </div>
</template> </template>

View File

@@ -366,7 +366,8 @@
Do Not Pair Together Do Not Pair Together
</h4> </h4>
<p class="text-xs text-gray-500 mb-2"> <p class="text-xs text-gray-500 mb-2">
People in the same group will not be matched with each other. People in the same do-not-pair group will not be matched with each
other.
</p> </p>
<p v-if="hasActiveMatches" class="text-xs text-amber-600 mb-2"> <p v-if="hasActiveMatches" class="text-xs text-amber-600 mb-2">
Erase matches to change restrictions. Erase matches to change restrictions.