Skip to content

Commit

Permalink
💬: adjust text to reflect CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer92000 committed Jan 14, 2024
1 parent 1e050b4 commit 6486a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ std::string resolveSetting(int type, const QString input, uint64 sCHID, anyID id
printf("Error getting variable.\n");
return std::string("");
}
std::string ret = "[i]MyTeamSpeak ID:[/i] " + std::string(name);
std::string ret = "[i]myTeamSpeak ID:[/i] " + std::string(name);
free(name);
return ret;
}
Expand Down Expand Up @@ -1220,7 +1220,7 @@ std::string resolveSetting(int type, const QString input, uint64 sCHID, anyID id
printf("Error getting variable.\n");
return std::string("");
}
std::string ret = "[i]MyTS Avatar:[/i] " + std::string(name);
std::string ret = "[i]myTS Avatar:[/i] " + std::string(name);
free(name);
return ret;
}
Expand Down

0 comments on commit 6486a73

Please sign in to comment.