From 7036f97c160124b6f81913effe894f13f17fa764 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sun, 19 Feb 2023 13:23:38 +0100 Subject: [PATCH] [en][trans] --- locale/en/translations.suml | 1 + locale/expectedTranslations.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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', ];