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, 3 insertions, 2 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 498adfeff..f085aa9de 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.html +++ b/client/src/app/modal/instance-config-warning-modal.component.html | |||
@@ -35,10 +35,11 @@ | |||
35 | </my-peertube-checkbox> | 35 | </my-peertube-checkbox> |
36 | 36 | ||
37 | <input | 37 | <input |
38 | type="button" role="button" i18n-value value="Close" class="action-button action-button-cancel" | 38 | type="button" role="button" i18n-value value="Close" class="peertube-button grey-button" |
39 | (click)="hide()" (key.enter)="hide()" | 39 | (click)="hide()" (key.enter)="hide()" |
40 | > | 40 | > |
41 | <a i18n class="action-button action-button-configure" ngbAutofocus | 41 | |
42 | <a i18n class="peertube-button-link orange-button" ngbAutofocus | ||
42 | href="/admin/config/edit-custom" target="_blank" rel="noopener noreferrer"> | 43 | href="/admin/config/edit-custom" target="_blank" rel="noopener noreferrer"> |
43 | Configure | 44 | Configure |
44 | </a> | 45 | </a> |