aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-support-modal/support-modal.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-support-modal/support-modal.component.html')
-rw-r--r--client/src/app/shared/shared-support-modal/support-modal.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-support-modal/support-modal.component.html b/client/src/app/shared/shared-support-modal/support-modal.component.html
index 4a967987f..289adcb6a 100644
--- a/client/src/app/shared/shared-support-modal/support-modal.component.html
+++ b/client/src/app/shared/shared-support-modal/support-modal.component.html
@@ -8,7 +8,7 @@
8 8
9 <div class="modal-footer inputs"> 9 <div class="modal-footer inputs">
10 <input 10 <input
11 type="button" role="button" i18n-value value="Maybe later" class="action-button action-button-cancel" 11 type="button" role="button" i18n-value value="Maybe later" class="peertube-button grey-button"
12 (click)="hide()" (key.enter)="hide()" 12 (click)="hide()" (key.enter)="hide()"
13 > 13 >
14 </div> 14 </div>