mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACA-1017] View action text translation (#73)
This commit is contained in:
committed by
Denys Vuika
parent
41aec25b91
commit
8df9aab5c0
@@ -236,7 +236,7 @@ export class NodeRestoreDirective {
|
||||
|
||||
private restoreNotification(): void {
|
||||
const status = Object.assign({}, this.restoreProcessStatus);
|
||||
const action = (status.oneSucceeded && !status.someFailed) ? 'View' : '';
|
||||
const action = (status.oneSucceeded && !status.someFailed) ? this.translation.translate.instant('APP.ACTIONS.VIEW') : '';
|
||||
|
||||
this.getRestoreMessage()
|
||||
.subscribe((message) => {
|
||||
|
Reference in New Issue
Block a user