We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7ee37 commit 6158882Copy full SHA for 6158882
1 file changed
src/main/java/com/robertx22/age_of_exile/uncommon/localization/Words.java
@@ -215,9 +215,9 @@ public enum Words implements IAutoLocName {
215
Tooltips_Item_Tier("Item Tier: "),
216
Tooltips_Level("Level: "),
217
Use_Tip("[Drag onto gear to use]"),
218
- Stat_Req("%1$s Mine: "),
+ Stat_Req("%1$s Min: "),
219
Potential("Potential: "),
220
- Quality("Quality: "),
+ Quality("Quality: ");
221
222
223
private String localization = "";
0 commit comments