diff --git a/locale/en/translations.suml b/locale/en/translations.suml index 10ee1c7b5..3986aac9d 100644 --- a/locale/en/translations.suml +++ b/locale/en/translations.suml @@ -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: > diff --git a/locale/expectedTranslations.js b/locale/expectedTranslations.js index b5d979653..b6c01204a 100644 --- a/locale/expectedTranslations.js +++ b/locale/expectedTranslations.js @@ -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', ];