Fix typo in Loot Tracker panel (#9341)
This commit is contained in:
@@ -321,7 +321,7 @@ class LootTrackerPanel extends PluginPanel
|
|||||||
layoutPanel.add(logsContainer);
|
layoutPanel.add(logsContainer);
|
||||||
|
|
||||||
// Add error pane
|
// 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);
|
add(errorPanel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user