Skip to content

Commit

Permalink
✏️ Fix missing whitespace in upload modal (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronleopold authored Jan 4, 2025
1 parent d34f10d commit 10eaee0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export default function UploadModal() {
{t(getKey(`description.${displayedType}`))}
{displayedType === 'series' && (
<span>
{'. '}
{t(getKey('seriesDisclaimer.0'))} <b>{t(getKey('seriesDisclaimer.1'))}</b>{' '}
{t(getKey('seriesDisclaimer.2'))}
</span>
Expand Down

0 comments on commit 10eaee0

Please sign in to comment.