From 3233acdadf34045b51da91d42bcd6b3cbf3036f4 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Fri, 5 Nov 2021 11:52:25 +0100
Subject: Fix modal button inconsistency

---
 client/src/app/modal/account-setup-warning-modal.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'client/src/app/modal')

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 @@
     </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()"
     >
 
-- 
cgit v1.2.3