diff options
Diffstat (limited to 'client/src/app/modal/instance-config-warning-modal.component.html')
-rw-r--r-- | client/src/app/modal/instance-config-warning-modal.component.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/modal/instance-config-warning-modal.component.html b/client/src/app/modal/instance-config-warning-modal.component.html index e303104c5..44c994bc8 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.html +++ b/client/src/app/modal/instance-config-warning-modal.component.html | |||
@@ -40,7 +40,10 @@ | |||
40 | 40 | ||
41 | </my-peertube-checkbox> | 41 | </my-peertube-checkbox> |
42 | 42 | ||
43 | <span i18n class="action-button action-button-cancel" (click)="hide()">Close</span> | 43 | <input |
44 | type="button" role="button" i18n-value value="Close" class="action-button action-button-cancel" | ||
45 | (click)="hide()" (key.enter)="hide()" | ||
46 | > | ||
44 | </div> | 47 | </div> |
45 | 48 | ||
46 | </ng-template> | 49 | </ng-template> |