banktags: Adjust dialog text to match Withdraw-X dialog
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user