aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-05 11:52:25 +0100
committerChocobozzz <me@florianbigard.com>2021-11-05 11:52:25 +0100
commit3233acdadf34045b51da91d42bcd6b3cbf3036f4 (patch)
tree0d7ba7c80436c1e438bbd890257af26937d477fe /client/src/app/modal
parent5037e0e474044d7fc04092158784395a001e5c25 (diff)
downloadPeerTube-3233acdadf34045b51da91d42bcd6b3cbf3036f4.tar.gz
PeerTube-3233acdadf34045b51da91d42bcd6b3cbf3036f4.tar.zst
PeerTube-3233acdadf34045b51da91d42bcd6b3cbf3036f4.zip
Fix modal button inconsistency
Diffstat (limited to 'client/src/app/modal')
-rw-r--r--client/src/app/modal/account-setup-warning-modal.component.html2
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