diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 33e9aacb8..7e828b278 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -2581,15 +2581,15 @@
src/app/components/document-detail/document-detail.component.ts
- 1170
+ 1171src/app/components/document-detail/document-detail.component.ts
- 1208
+ 1210src/app/components/document-detail/document-detail.component.ts
- 1249
+ 1251src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -3293,7 +3293,7 @@
Delete original document after successful splitsrc/app/components/common/confirm-dialog/split-confirm-dialog/split-confirm-dialog.component.html
- 49
+ 51
@@ -6209,7 +6209,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1226
+ 1228src/app/guards/dirty-saved-view.guard.ts
@@ -6670,88 +6670,88 @@
Split confirmsrc/app/components/document-detail/document-detail.component.ts
- 1168
+ 1169This operation will split the selected document(s) into new documents.src/app/components/document-detail/document-detail.component.ts
- 1169
+ 1170Split operation will begin in the background.src/app/components/document-detail/document-detail.component.ts
- 1185
+ 1186Error executing split operationsrc/app/components/document-detail/document-detail.component.ts
- 1194
+ 1195Rotate confirmsrc/app/components/document-detail/document-detail.component.ts
- 1206
+ 1208src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 787
+ 788This operation will permanently rotate the original version of the current document.src/app/components/document-detail/document-detail.component.ts
- 1207
+ 1209Rotation will begin in the background. Close and re-open the document after the operation has completed to see the changes.src/app/components/document-detail/document-detail.component.ts
- 1223
+ 1225Error executing rotate operationsrc/app/components/document-detail/document-detail.component.ts
- 1235
+ 1237Delete pages confirmsrc/app/components/document-detail/document-detail.component.ts
- 1247
+ 1249This operation will permanently delete the selected pages from the original document.src/app/components/document-detail/document-detail.component.ts
- 1248
+ 1250Delete pages operation will begin in the background. Close and re-open or reload this document after the operation has completed to see the changes.src/app/components/document-detail/document-detail.component.ts
- 1263
+ 1265Error executing delete pages operationsrc/app/components/document-detail/document-detail.component.ts
- 1272
+ 1274
@@ -7096,13 +7096,6 @@
This operation will permanently rotate the original version of document(s).
-
- src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 788
-
-
-
- This will alter the original copy.src/app/components/document-list/bulk-editor/bulk-editor.component.ts789
diff --git a/src-ui/src/app/components/common/confirm-dialog/delete-pages-confirm-dialog/delete-pages-confirm-dialog.component.scss b/src-ui/src/app/components/common/confirm-dialog/delete-pages-confirm-dialog/delete-pages-confirm-dialog.component.scss
index f74de973d..4ddd79bfa 100644
--- a/src-ui/src/app/components/common/confirm-dialog/delete-pages-confirm-dialog/delete-pages-confirm-dialog.component.scss
+++ b/src-ui/src/app/components/common/confirm-dialog/delete-pages-confirm-dialog/delete-pages-confirm-dialog.component.scss
@@ -1,6 +1,6 @@
.pdf-viewer-container {
background-color: gray;
- height: 350px;
+ height: 550px;
pdf-viewer {
width: 100%;
diff --git a/src-ui/src/app/components/common/confirm-dialog/split-confirm-dialog/split-confirm-dialog.component.html b/src-ui/src/app/components/common/confirm-dialog/split-confirm-dialog/split-confirm-dialog.component.html
index 7fb68218a..47e4c137c 100644
--- a/src-ui/src/app/components/common/confirm-dialog/split-confirm-dialog/split-confirm-dialog.component.html
+++ b/src-ui/src/app/components/common/confirm-dialog/split-confirm-dialog/split-confirm-dialog.component.html
@@ -6,7 +6,7 @@