fix: Add translator hints to avoid confusion between big and large

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2026-01-22 17:16:09 +01:00
parent 3f9849d921
commit 407d7cb101
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -31,7 +31,9 @@ const emit = defineEmits<{
}>()
const PresetNames = {
// TRANSLATORS Large organization > Big organization > Small organization
LARGE: t('settings', 'Large organization'),
// TRANSLATORS Large organization > Big organization > Small organization
MEDIUM: t('settings', 'Big organization'),
SMALL: t('settings', 'Small organization'),
SHARED: t('settings', 'Hosting company'),