aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormsg-programs <msgdoesstuff@gmail.com>2023-05-13 00:01:12 +0200
committermsg-programs <msgdoesstuff@gmail.com>2023-05-13 00:01:12 +0200
commitfbfd885064e2b7677a0b26f1d7c9dc24788b8e7f (patch)
treee764f164f97ee76f82e3fa54dbc9542e366ae36c /src
parentf1e16784b8e8f76ea79446486e01d260715a30c1 (diff)
downloadSkyblocker-fbfd885064e2b7677a0b26f1d7c9dc24788b8e7f.tar.gz
Skyblocker-fbfd885064e2b7677a0b26f1d7c9dc24788b8e7f.tar.bz2
Skyblocker-fbfd885064e2b7677a0b26f1d7c9dc24788b8e7f.zip
Change confusing label for profile type in profile widget
Diffstat (limited to 'src')
-rw-r--r--src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/widget/ProfileWidget.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/widget/ProfileWidget.java b/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/widget/ProfileWidget.java
index 59342b9d..3d94fc59 100644
--- a/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/widget/ProfileWidget.java
+++ b/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/widget/ProfileWidget.java
@@ -20,7 +20,7 @@ public class ProfileWidget extends Widget {
public ProfileWidget(List<PlayerListEntry> list) {
super(TITLE, Formatting.YELLOW.getColorValue());
- Text profileType = StrMan.stdEntry(list, 61, "Type:", Formatting.GREEN);
+ Text profileType = StrMan.stdEntry(list, 61, "Profile:", Formatting.GREEN);
IcoTextComponent profile = new IcoTextComponent(Ico.SIGN, profileType);
this.addComponent(profile);