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