mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
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:
parent
3f9849d921
commit
407d7cb101
1 changed files with 2 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue