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

@@ -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',
},