aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html')
-rw-r--r--client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html b/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html
index 674a4e8a2..a155d90e0 100644
--- a/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html
+++ b/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html
@@ -21,9 +21,10 @@
21 21
22 <div class="modal-footer inputs"> 22 <div class="modal-footer inputs">
23 <div class="form-group inputs"> 23 <div class="form-group inputs">
24 <span i18n class="action-button action-button-cancel" (click)="dismiss()"> 24 <input
25 Cancel 25 type="button" role="button" i18n-value value="Cancel" class="action-button action-button-cancel"
26 </span> 26 (click)="dismiss()" (key.enter)="dismiss()"
27 >
27 28
28 <input 29 <input
29 type="submit" i18n-value value="Submit" class="action-button-submit" 30 type="submit" i18n-value value="Submit" class="action-button-submit"