mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05: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
@@ -31,7 +31,7 @@ const changes: [string, string, Record<string, any>?][] = [
|
||||
['toggle', 'boolean'],
|
||||
['translations', 'translations'],
|
||||
['tree-view', 'list-o2m-tree-view'],
|
||||
['user', 'select-dropdown-m2o', { template: '{{avatar.$thumbnail}} {{first_name}} {{last_name}}' }],
|
||||
['user', 'select-dropdown-m2o', { template: '{{avatar.$thumbnail}} {{first_name}} {{last_name}}' }],
|
||||
['wysiwyg', 'input-rich-text-html'],
|
||||
|
||||
// System:
|
||||
|
||||
Reference in New Issue
Block a user