Merge pull request #1303 from SoyChai/bank-tags-grammar

banktags: Adjust dialog text to match Withdraw-X dialog
This commit is contained in:
Tomas Slusny
2018-04-09 14:14:32 +02:00
committed by GitHub

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)
{