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:
Nicola Krumschmidt
2022-01-24 15:43:57 +01:00
committed by GitHub
parent f685c66185
commit aa5da81fc0
6 changed files with 8 additions and 8 deletions

View File

@@ -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: