diff --git a/docs/development.md b/docs/development.md
index d39261e23..13ef91f83 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -251,7 +251,7 @@ these parts have to be translated separately.
- The translated strings need to be placed in the
`src-ui/src/locale/` folder.
- In order to extract added or changed strings from the source files,
- call `ng xi18n --ivy`.
+ call `ng extract-i18n`.
Adding new languages requires adding the translated files in the
`src-ui/src/locale/` folder and adjusting a couple files.
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 95999a9c7..c02ec7738 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -2233,6 +2233,13 @@
145
+
+ Preview
+
+ src/app/components/document-detail/document-detail.component.html
+ 151
+
+ Enter Password
diff --git a/src-ui/src/app/components/document-detail/document-detail.component.html b/src-ui/src/app/components/document-detail/document-detail.component.html
index d824f6921..0109076cc 100644
--- a/src-ui/src/app/components/document-detail/document-detail.component.html
+++ b/src-ui/src/app/components/document-detail/document-detail.component.html
@@ -148,7 +148,7 @@