diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-05 11:52:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-05 11:52:25 +0100 |
commit | 3233acdadf34045b51da91d42bcd6b3cbf3036f4 (patch) | |
tree | 0d7ba7c80436c1e438bbd890257af26937d477fe /client/src/app | |
parent | 5037e0e474044d7fc04092158784395a001e5c25 (diff) | |
download | PeerTube-3233acdadf34045b51da91d42bcd6b3cbf3036f4.tar.gz PeerTube-3233acdadf34045b51da91d42bcd6b3cbf3036f4.tar.zst PeerTube-3233acdadf34045b51da91d42bcd6b3cbf3036f4.zip |
Fix modal button inconsistency
Diffstat (limited to 'client/src/app')
-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 | ||