create/update field modal titles

This commit is contained in:
Ben Haynes
2020-09-08 11:36:52 -04:00
parent 5e7a49b378
commit 787a4250af
2 changed files with 3 additions and 3 deletions

View File

@@ -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