diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 16f00a722..4a71b06ed 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -774,19 +774,19 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 307
+ 316
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 347
+ 356
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 385
+ 394
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 423
+ 432
@@ -2242,7 +2242,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 252
+ 261
this string is used to separate processing, failed and added on the file upload widget
@@ -2710,7 +2710,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 482
+ 491
@@ -2728,11 +2728,11 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 445
+ 454
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 484
+ 493
src/app/components/manage/settings/settings.component.ts
@@ -2759,7 +2759,7 @@
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 486
+ 495
src/app/components/manage/settings/settings.component.ts
@@ -2933,25 +2933,25 @@
)"/>
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 172,174
+ 181,183
""
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 244
+ 253
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 250
+ 259
"" and ""
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 246
+ 255
This is for messages like 'modify "tag1" and "tag2"'
@@ -2959,7 +2959,7 @@
and ""
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 254,256
+ 263,265
this is for messages like 'modify "tag1", "tag2" and "tag3"'
@@ -2967,14 +2967,14 @@
Confirm tags assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 271
+ 280
This operation will add the tag "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 277
+ 286
@@ -2983,14 +2983,14 @@
)"/> to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 282,284
+ 291,293
This operation will remove the tag "" from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 290
+ 299
@@ -2999,7 +2999,7 @@
)"/> from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 295,297
+ 304,306
@@ -3010,98 +3010,98 @@
)"/> on selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 299,303
+ 308,312
Confirm correspondent assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 340
+ 349
This operation will assign the correspondent "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 342
+ 351
This operation will remove the correspondent from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 344
+ 353
Confirm document type assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 378
+ 387
This operation will assign the document type "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 380
+ 389
This operation will remove the document type from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 382
+ 391
Confirm storage path assignment
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 416
+ 425
This operation will assign the storage path "" to selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 418
+ 427
This operation will remove the storage path from selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 420
+ 429
Delete confirm
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 443
+ 452
This operation will permanently delete selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 444
+ 453
Delete document(s)
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 447
+ 456
This operation will permanently redo OCR for selected document(s).
src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 483
+ 492
@@ -4199,8 +4199,8 @@
655
-
- This operation will permanently this user account.
+
+ This operation will permanently delete this user account.
src/app/components/manage/settings/settings.component.ts
656
@@ -4241,8 +4241,8 @@
709
-
- This operation will permanently this user group.
+
+ This operation will permanently delete this user group.
src/app/components/manage/settings/settings.component.ts
710
diff --git a/src-ui/src/app/components/manage/settings/settings.component.ts b/src-ui/src/app/components/manage/settings/settings.component.ts
index ee26073f8..0b7914787 100644
--- a/src-ui/src/app/components/manage/settings/settings.component.ts
+++ b/src-ui/src/app/components/manage/settings/settings.component.ts
@@ -653,7 +653,7 @@ export class SettingsComponent
backdrop: 'static',
})
modal.componentInstance.title = $localize`Confirm delete user account`
- modal.componentInstance.messageBold = $localize`This operation will permanently this user account.`
+ modal.componentInstance.messageBold = $localize`This operation will permanently delete this user account.`
modal.componentInstance.message = $localize`This operation cannot be undone.`
modal.componentInstance.btnClass = 'btn-danger'
modal.componentInstance.btnCaption = $localize`Proceed`
@@ -707,7 +707,7 @@ export class SettingsComponent
backdrop: 'static',
})
modal.componentInstance.title = $localize`Confirm delete user group`
- modal.componentInstance.messageBold = $localize`This operation will permanently this user group.`
+ modal.componentInstance.messageBold = $localize`This operation will permanently delete this user group.`
modal.componentInstance.message = $localize`This operation cannot be undone.`
modal.componentInstance.btnClass = 'btn-danger'
modal.componentInstance.btnCaption = $localize`Proceed`