Wording changes

This commit is contained in:
defnotken
2025-10-21 11:22:19 -05:00
parent cac94374d9
commit 7aadbcec10
3 changed files with 8 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ changelog:
- "More customizable notification options." - "More customizable notification options."
- "Perfomance limiter shows as notifications." - "Perfomance limiter shows as notifications."
- "All notifications can be configured or disabled in Settings → Notifications." - "All notifications can be configured or disabled in Settings → Notifications."
- "Cleaning up notifications implementation"
- number: "Bugfixes" - number: "Bugfixes"
icon: "" icon: ""
items: items:

View File

@@ -51,12 +51,12 @@ credits:
role: "Height offset integration" role: "Height offset integration"
- name: "Honorific Team" - name: "Honorific Team"
role: "Title system integration" role: "Title system integration"
- name: "Moodles Team" - name: "Glyceri"
role: "Status effect integration" role: "Moodles - Status effect integration"
- name: "PetNicknames Team" - name: "Glyceri"
role: "Pet naming integration" role: "PetNicknames - Pet naming integration"
- name: "Brio Team" - name: "Minmoose"
role: "GPose enhancement integration" role: "Brio - GPose enhancement integration"
- category: "Special Thanks" - category: "Special Thanks"
items: items:

View File

@@ -281,7 +281,7 @@ public class EditProfileUi : WindowMediatorSubscriberBase
{ {
_uiSharedService.MediumText("Supporter Vanity Settings", UIColors.Get("LightlessPurple")); _uiSharedService.MediumText("Supporter Vanity Settings", UIColors.Get("LightlessPurple"));
ImGui.Dummy(new Vector2(4)); ImGui.Dummy(new Vector2(4));
_uiSharedService.DrawNoteLine("# ", UIColors.Get("LightlessPurple"), "Must be a supporter through Patreon/Ko-fi to access these settings."); _uiSharedService.DrawNoteLine("# ", UIColors.Get("LightlessPurple"), "Must be a supporter through Patreon/Ko-fi to access these settings. If you have the vanity role, you must interact with the Discord bot first.");
var hasVanity = _apiController.HasVanity; var hasVanity = _apiController.HasVanity;