Skip to content

Commit 407d7cb

Browse files
committed
fix: Add translator hints to avoid confusion between big and large
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 3f9849d commit 407d7cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/settings/src/components/SettingsPresets/PresetsSelectionForm.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ const emit = defineEmits<{
3131
}>()
3232
3333
const PresetNames = {
34+
// TRANSLATORS Large organization > Big organization > Small organization
3435
LARGE: t('settings', 'Large organization'),
36+
// TRANSLATORS Large organization > Big organization > Small organization
3537
MEDIUM: t('settings', 'Big organization'),
3638
SMALL: t('settings', 'Small organization'),
3739
SHARED: t('settings', 'Hosting company'),

0 commit comments

Comments
 (0)