text fixes

This commit is contained in:
xenohedron 2024-05-02 01:24:22 -04:00
parent 11e54fa367
commit f482eef06a
6 changed files with 11 additions and 11 deletions

View file

@ -43,6 +43,6 @@ public enum SourceControllerCountersCount implements DynamicValue {
@Override
public String getMessage() {
return counterType.getName() + " you have";
return counterType.getName() + " counter you have";
}
}