mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Remove no-break space characters with regular spaces (#11232)
There are quite a few other occurrences all over the translation files, some of which feel intentionally placed.
This commit is contained in:
committed by
GitHub
parent
f685c66185
commit
aa5da81fc0
@@ -30,7 +30,7 @@ const systemDefaults: Record<string, Partial<Preset>> = {
|
||||
cards: {
|
||||
icon: 'insert_drive_file',
|
||||
title: '{{ title }}',
|
||||
subtitle: '{{ type }} • {{ filesize }}',
|
||||
subtitle: '{{ type }} • {{ filesize }}',
|
||||
size: 4,
|
||||
imageFit: 'crop',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user