diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-09-16 09:33:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 09:33:53 +0200 |
commit | bd402efe7381e2030f33bb68616f489005696ccb (patch) | |
tree | 38756702eea4a59dddbf7294b660e7c71b1c13a8 /apps | |
parent | 6bdc1f863151b10bb2a236e52f3c12e51e02a0e9 (diff) | |
download | nextcloud-server-bd402efe7381e2030f33bb68616f489005696ccb.tar.gz nextcloud-server-bd402efe7381e2030f33bb68616f489005696ccb.zip |
l10n: Remove spaces
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/DetailsSection.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/DetailsSection.vue b/apps/settings/src/components/PersonalInfo/DetailsSection.vue index b3c0133ebf5..7d11e50d3bc 100644 --- a/apps/settings/src/components/PersonalInfo/DetailsSection.vue +++ b/apps/settings/src/components/PersonalInfo/DetailsSection.vue @@ -76,7 +76,7 @@ export default { } return t( 'settings', - 'You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative} %</strong>)', + 'You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)', { usage, totalSpace, usageRelative }, ) } |