mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
create/update field modal titles
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
:title="
|
||||
field === '+'
|
||||
? $t('creating_new_field', { collection: collectionInfo.name })
|
||||
: $t('updating_field_field', { field: existingField.name })
|
||||
: $t('updating_field_field', { field: existingField.name, collection: collectionInfo.name })
|
||||
"
|
||||
:subtitle="localType ? $t(`field_${localType}`) : null"
|
||||
persistent
|
||||
|
||||
Reference in New Issue
Block a user