[en][trans]

This commit is contained in:
Andrea Vos 2023-02-19 13:23:38 +01:00
parent dd8e441049
commit 7036f97c16
2 changed files with 3 additions and 2 deletions

View File

@ -942,6 +942,7 @@ crud:
genericForm: 'The submitted form is invalid. Correct the issues and send it again.'
listMaxLength: 'The maximum number of elements in this list is %maxlength% (more info {/blog/length-validation=in this blog post}).'
invalidLink: 'Invalid URL format'
alt: 'Alt text'
footer:
license: >

View File

@ -114,6 +114,6 @@ module.exports = [
'profile.flagsCustomForm.alt',
'profile.flagsCustomForm.altExample',
'crud.alt',
'profile.circle.sremoveSelf.action',
'profile.circle.sremoveSelf.confirm',
'profile.circle.removeSelf.action',
'profile.circle.removeSelf.confirm',
];