diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index cbc479b6..9ba59655 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -8238,5 +8238,11 @@ Element 3 Two Factor Reset by Administrator + + + entity.duplicate + Duplicate element + + diff --git a/translations/validators.en.xlf b/translations/validators.en.xlf index 698b97ff..00019460 100644 --- a/translations/validators.en.xlf +++ b/translations/validators.en.xlf @@ -167,5 +167,17 @@ The username must contain only letters, numbers, underscores, dots, pluses or minuses. + + + validator.noneofitschild.self + An element can not be its own parent. + + + + + validator.noneofitschild.children + You can not assign children element as parent (This would cause loops). + +