diff --git a/src/frontend/app/actions/actions-list.component.ts b/src/frontend/app/actions/actions-list.component.ts index bbfa004bf917b3bd506f132ef82a15c05f8d2ffb..55d64e5b9b46fab02d1ae01a6775e6f2958edf39 100644 --- a/src/frontend/app/actions/actions-list.component.ts +++ b/src/frontend/app/actions/actions-list.component.ts @@ -161,7 +161,7 @@ export class ActionsListComponent implements OnInit { if (value) { this.notify.success(this.translate.instant('lang.retentionRuleFrozen')); } else { - this.notify.success(this.translate.instant('lang.retentionRuleUnfreezed')); + this.notify.success(this.translate.instant('lang.retentionRuleUnfrozen')); } this.refreshList(); diff --git a/src/frontend/app/folder/folder-action-list/folder-action-list.component.ts b/src/frontend/app/folder/folder-action-list/folder-action-list.component.ts index e8d1fb2a0a87304f1887cc9c792ef18feef83ae0..10e308e3058e985f21fdfa81fad69f08933dd33c 100644 --- a/src/frontend/app/folder/folder-action-list/folder-action-list.component.ts +++ b/src/frontend/app/folder/folder-action-list/folder-action-list.component.ts @@ -167,7 +167,7 @@ export class FolderActionListComponent implements OnInit { if (value) { this.notify.success(this.translate.instant('lang.retentionRuleFrozen')); } else { - this.notify.success(this.translate.instant('lang.retentionRuleUnfreezed')); + this.notify.success(this.translate.instant('lang.retentionRuleUnfrozen')); } this.refreshList(); diff --git a/src/frontend/app/home/followed-action-list/followed-action-list.component.ts b/src/frontend/app/home/followed-action-list/followed-action-list.component.ts index b5016d1cb52c536898bed8624ce3b1a722224cb7..a63f75c343aa533fddbef0d8ac8b5a8f0eda8838 100644 --- a/src/frontend/app/home/followed-action-list/followed-action-list.component.ts +++ b/src/frontend/app/home/followed-action-list/followed-action-list.component.ts @@ -143,7 +143,7 @@ export class FollowedActionListComponent implements OnInit { if (value) { this.notify.success(this.translate.instant('lang.retentionRuleFrozen')); } else { - this.notify.success(this.translate.instant('lang.retentionRuleUnfreezed')); + this.notify.success(this.translate.instant('lang.retentionRuleUnfrozen')); } this.refreshList(); diff --git a/src/frontend/app/process/process.component.ts b/src/frontend/app/process/process.component.ts index c13a6a53b509f98ca0f306a1460093b9feab37d0..f073cee7204502edc3ca7769275b58aaf80c37ab 100755 --- a/src/frontend/app/process/process.component.ts +++ b/src/frontend/app/process/process.component.ts @@ -845,7 +845,7 @@ export class ProcessComponent implements OnInit, OnDestroy { if (this.resourceFreezed) { this.notify.success(this.translate.instant('lang.retentionRuleFrozen')); } else { - this.notify.success(this.translate.instant('lang.retentionRuleUnfreezed')); + this.notify.success(this.translate.instant('lang.retentionRuleUnfrozen')); } } ),