Browse Source

Merge pull request #14770 from silentoplayz/small-fix

fix: remove newline from Pending User Overlay Title input field
Tim Jaeryang Baek 4 months ago
parent
commit
cc563d9763
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/components/admin/Settings/General.svelte

+ 0 - 1
src/lib/components/admin/Settings/General.svelte

@@ -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.'
 							)}