diff --git a/app/resources/locales/en_US/field.po b/app/resources/locales/en_US/field.po
index f26b666db..312f39033 100644
--- a/app/resources/locales/en_US/field.po
+++ b/app/resources/locales/en_US/field.po
@@ -234,6 +234,9 @@ msgstr "IP Address"
msgid "required"
msgstr "Required"
+msgid "element_fallback"
+msgstr "Element ID not provided"
+
msgid "role_key"
msgstr "Role Key"
diff --git a/app/templates/element/form/elementFallback.php b/app/templates/element/form/elementFallback.php
index 33c16a4e3..feb181049 100644
--- a/app/templates/element/form/elementFallback.php
+++ b/app/templates/element/form/elementFallback.php
@@ -29,4 +29,4 @@
declare(strict_types = 1);
?>
-Element ID not provided
\ No newline at end of file
+= __d('field', 'element_fallback') ?>