change message from maybe later to close

This commit is contained in:
Deval 2024-10-03 18:59:47 +05:30 committed by Chocobozzz
parent 47a7007f74
commit 1c5f16ed63
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<div class="modal-footer inputs">
<input
type="button" role="button" i18n-value value="Maybe later" class="peertube-button grey-button"
type="button" role="button" i18n-value value="Close" class="peertube-button grey-button"
(click)="hide()" (key.enter)="hide()"
>
</div>