feat(webui): edit suit invigorations #2478
@ -476,6 +476,13 @@
|
|||||||
<table class="table table-hover w-100">
|
<table class="table table-hover w-100">
|
||||||
<tbody id="crystals-list"></tbody>
|
<tbody id="crystals-list"></tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="edit-suit-invigorations-card" class="card mb-3 d-none">
|
||||||
|
<h5 class="card-header">
|
||||||
|
edit suit invigorations
|
||||||
Sainan marked this conversation as resolved
|
|||||||
|
</h5>
|
||||||
|
<div class="card-body">
|
||||||
Sainan marked this conversation as resolved
Sainan
commented
There are a few more strings here... There are a few more strings here...
nyaoouo
commented
I don't know the exact translation of the attributes, so I'll just estimate it based on the key. I don't know the exact translation of the attributes, so I'll just estimate it based on the key.
|
|||||||
<form onsubmit="submitSuitInvigorationUpgrade(event)">
|
<form onsubmit="submitSuitInvigorationUpgrade(event)">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="invigoration-offensive" class="form-label">Offensive Upgrade</label>
|
<label for="invigoration-offensive" class="form-label">Offensive Upgrade</label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
All your strings should be added to the translation system. And let's not lowercase a title? 😒
because i just use my mobile phone to edit it =_=...
Try coding on a PC. :)