Merge pull request #1303 from SoyChai/bank-tags-grammar
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);
|
String initialValue = getTags(itemId);
|
||||||
|
|
||||||
chatboxInputManager.openInputWindow(itemName + " Tags", initialValue, (newTags) ->
|
chatboxInputManager.openInputWindow(itemName + " tags:", initialValue, (newTags) ->
|
||||||
{
|
{
|
||||||
if (newTags == null)
|
if (newTags == null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user