Fix typo in Loot Tracker panel (#9341)

This commit is contained in:
Oussama
2019-07-11 23:41:22 +02:00
committed by Tomas Slusny
parent 931588371e
commit ad2cce60bf

View File

@@ -321,7 +321,7 @@ class LootTrackerPanel extends PluginPanel
layoutPanel.add(logsContainer);
// Add error pane
errorPanel.setContent("Loot trackers", "You have not received any loot yet.");
errorPanel.setContent("Loot tracker", "You have not received any loot yet.");
add(errorPanel);
}