"Storage per user" locale

This commit is contained in:
freeplay 2023-07-06 15:19:19 -04:00
parent 99723dae78
commit bab8d32045
2 changed files with 2 additions and 2 deletions

View file

@ -1118,7 +1118,7 @@ advancedSearch: "Advanced Search"
timelines: "Timelines"
characterLimit: "Character limit"
poweredBy: "Powered by Calckey, part of an interconnected network of communities in the Fediverse."
storagePerUser: "Storage per user"
_sensitiveMediaDetection:
description: "Reduces the effort of server moderation through automatically recognizing

View file

@ -204,7 +204,7 @@
}}</template>
</FormLink>
<FormLink wrap>
{{ i18n.ts.driveCapacityPerLocalAccount }}
{{ i18n.ts.storagePerUser }}
<template #suffix>{{
meta.driveCapacityPerLocalUserMb + "MB"
}}</template>