Warn user when their member label will show instead of their about text.

This commit is contained in:
jeffrey-signal
2026-03-04 13:04:37 -05:00
committed by Greyson Parrelli
parent 622d9c909f
commit dc1fdffe6a
7 changed files with 448 additions and 96 deletions

View File

@@ -9495,5 +9495,10 @@
<!-- Button to edit an existing member label. -->
<string name="MemberLabelsEducation__edit_label">Edit your label</string>
<!-- Title for screen shown to let the user know that displaying their member label will take priority over their about text. -->
<string name="MemberLabelsAboutOverride__title">Member label display</string>
<!-- Body for screen shown to let the user know that displaying their member label will take priority over their about text. -->
<string name="MemberLabelsAboutOverride__body">In this group, your Member Label will be displayed beside your photo in place of your About.</string>
<!-- EOF -->
</resources>