We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18349a5 commit fdb9dacCopy full SHA for fdb9dac
1 file changed
thoth-app/src/component/prices_form.rs
@@ -351,14 +351,14 @@ impl PricesFormComponent {
351
</span>
352
<div class="field-body">
353
<div class="field" style="width: 8em;">
354
- <label class="label">{ "Price Code" }</label>
+ <label class="label">{ "Currency" }</label>
355
<div class="control is-expanded">
356
{&p.currency_code}
357
</div>
358
359
360
361
- <label class="label">{ "Main" }</label>
+ <label class="label">{ "Price" }</label>
362
363
{&p.unit_price}
364
0 commit comments