diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/modal/account-setup-warning-modal.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/modal/account-setup-warning-modal.component.html b/client/src/app/modal/account-setup-warning-modal.component.html index 614c0693d..7698c53fe 100644 --- a/client/src/app/modal/account-setup-warning-modal.component.html +++ b/client/src/app/modal/account-setup-warning-modal.component.html | |||
@@ -25,7 +25,7 @@ | |||
25 | </my-peertube-checkbox> | 25 | </my-peertube-checkbox> |
26 | 26 | ||
27 | <input | 27 | <input |
28 | type="button" role="button" i18n-value value="Remind me later" class="peertube-button grey-button" | 28 | type="button" role="button" i18n-value value="Close" class="peertube-button grey-button" |
29 | (click)="hide()" (key.enter)="hide()" | 29 | (click)="hide()" (key.enter)="hide()" |
30 | > | 30 | > |
31 | 31 | ||