banktags: Adjust dialog text to match Withdraw-X dialog

This commit is contained in:
SoyChai
2018-04-07 13:06:02 +10:00
parent 96b912f717
commit b4a867ea0a

View File

@@ -235,7 +235,7 @@ public class BankTagsPlugin extends Plugin
String initialValue = getTags(itemId);
chatboxInputManager.openInputWindow(itemName + " Tags", initialValue, (newTags) ->
chatboxInputManager.openInputWindow(itemName + " tags:", initialValue, (newTags) ->
{
if (newTags == null)
{