Remove inacurate text from edit officer form
This commit is contained in:
parent
23ec46141b
commit
f9b13a1342
@ -369,9 +369,10 @@
|
|||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
|
|
||||||
.edit-officer {
|
.edit-officer {
|
||||||
|
margin-bottom: $gap * 2;
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
color: $color-gray;
|
color: $color-gray;
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
<div class='officer__form'>
|
<div class='officer__form'>
|
||||||
<div class="edit-officer">
|
<div class="edit-officer">
|
||||||
<h4>{{ ("task_orders.invitations." + officer_type + ".edit_title") | translate}}</h4>
|
<h4>{{ ("task_orders.invitations." + officer_type + ".edit_title") | translate}}</h4>
|
||||||
<p>{{ "task_orders.invitations.edit_text" | translate}}</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class='form-row'>
|
<div class='form-row'>
|
||||||
<div class='form-col form-col--half'>
|
<div class='form-col form-col--half'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user