summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-09-16 09:33:53 +0200
committerGitHub <noreply@github.com>2022-09-16 09:33:53 +0200
commitbd402efe7381e2030f33bb68616f489005696ccb (patch)
tree38756702eea4a59dddbf7294b660e7c71b1c13a8 /apps
parent6bdc1f863151b10bb2a236e52f3c12e51e02a0e9 (diff)
downloadnextcloud-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.vue2
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 },
)
}