mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
billing: Rename #invoice_seat_count to #invoiced_licenses.
Followup of b4a28f3147
This commit is contained in:
parent
eebf526657
commit
ed196bb980
@ -165,7 +165,7 @@
|
||||
|
||||
#mix_license_count,
|
||||
#manual_license_count,
|
||||
#invoiced_seat_count {
|
||||
#invoiced_licenses {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
|
||||
@ -181,7 +181,7 @@
|
||||
</p>
|
||||
<h4>Number of users (minimum {{ min_invoiced_licenses }})</h4>
|
||||
<input type="number" min="{{ min_invoiced_licenses }}" autocomplete="off"
|
||||
id="invoiced_seat_count" name="invoiced_seat_count" required/><br>
|
||||
id="invoiced_licenses" name="invoiced_licenses" required/><br>
|
||||
<button type="submit" id="invoice-button" class="stripe-button-el invoice-button">Buy Standard</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user