mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #57735 from nextcloud/fix/add-missing-translator-hint
fix: Add translator hints to avoid confusion between big and large
This commit is contained in:
commit
26f40c457b
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