Merge pull request #14770 from silentoplayz/small-fix

fix: remove newline from Pending User Overlay Title input field
This commit is contained in:
Tim Jaeryang Baek
2025-06-08 13:04:19 +04:00
committed by GitHub

View File

@@ -312,7 +312,6 @@
{$i18n.t('Pending User Overlay Title')}
</div>
<Textarea
rows={2}
placeholder={$i18n.t(
'Enter a title for the pending user info overlay. Leave empty for default.'
)}