]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix modal button inconsistency
authorChocobozzz <me@florianbigard.com>
Fri, 5 Nov 2021 10:52:25 +0000 (11:52 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 5 Nov 2021 10:52:25 +0000 (11:52 +0100)
client/src/app/modal/account-setup-warning-modal.component.html

index 614c0693d6ba82b5a1f6c1f077205c301604bb49..7698c53fe72be601af23aec3e6694dbb7672886a 100644 (file)
@@ -25,7 +25,7 @@
     </my-peertube-checkbox>
 
     <input
-      type="button" role="button" i18n-value value="Remind me later" class="peertube-button grey-button"
+      type="button" role="button" i18n-value value="Close" class="peertube-button grey-button"
       (click)="hide()" (key.enter)="hide()"
     >