Skip to content

Commit

Permalink
adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWitherer committed Oct 3, 2024
1 parent 4321f12 commit 13da354
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class $modify(Profile, ProfilePage)
{
geode::createQuickPopup(
"OBSIDIAN Director",
"This user is a director of <cp>OBSIDIAN</c>. They manage and supervise everything.",
"This user is the <cj>director</c> of <cp>OBSIDIAN</c>. They manage and supervise everything.",
"OK", "Learn More",
[](auto, bool btn2)
{
Expand All @@ -204,7 +204,7 @@ class $modify(Profile, ProfilePage)
{
geode::createQuickPopup(
"ObsidianGD Manager",
"This user is a manager of <cp>ObsidianGD</c>. They manage group projects and collaborations.",
"This user is a <cy>manager</c> of <cp>ObsidianGD</c>. They manage group projects and collaborations.",
"OK", "Learn More",
[](auto, bool btn2)
{
Expand All @@ -218,7 +218,7 @@ class $modify(Profile, ProfilePage)
{
geode::createQuickPopup(
"ObsidianGD Team Member",
"This user is a member of <cp>ObsidianGD</c>. They partake in group projects and collaborations.",
"This user is a <cg>member</c> of <cp>ObsidianGD</c>. They partake in group projects and collaborations.",
"OK", "Learn More",
[](auto, bool btn2)
{
Expand All @@ -232,7 +232,7 @@ class $modify(Profile, ProfilePage)
{
geode::createQuickPopup(
"OBSIDIAN Manager",
"This user is a member of <cp>OBSIDIAN</c>. They manage group projects.",
"This user is a <cy>manager</c> of <cp>OBSIDIAN</c>. They manage group projects.",
"OK", "Learn More",
[](auto, bool btn2)
{
Expand All @@ -246,7 +246,7 @@ class $modify(Profile, ProfilePage)
{
geode::createQuickPopup(
"OBSIDIAN Crew Member",
"This user is a member of <cp>OBSIDIAN</c>. They partake in group content creation.",
"This user is a <cg>member</c> of <cp>OBSIDIAN</c>. They partake in group content creation.",
"OK", "Learn More",
[](auto, bool btn2)
{
Expand Down
2 changes: 1 addition & 1 deletion support.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# **Visit [ObsidianGD](https://www.obsidianmg.cc/gd-team/)**
### **[Check Out Our Latest Project!](https://bluewitherer.github.io/InstallOGDPS/ogd-project/)**
### **[Check Out Our Latest Project!](https://cubiccommunity.github.io/InstallOGDPS/ogd-project/)**

0 comments on commit 13da354

Please sign in to comment.