* NewPartyPlaceholder "Enter your party's name" * Added new placeholder and if statement to display either "party's name" or "guild's name" (issue 12273)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<b-form-input
|
||||
v-model="workingGroup.name"
|
||||
type="text"
|
||||
:placeholder="$t('newGuildPlaceholder')"
|
||||
:placeholder="isParty ? $t('newPartyPlaceholder') : $t('newGuildPlaceholder')"
|
||||
/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user