frontend: update back button text in DisconnectedComponent and ErrorComponent to 'Accept'
This commit is contained in:
parent
b69277ee04
commit
b052eab59b
@ -102,7 +102,7 @@ export class DisconnectedComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.showBackButton = true;
|
this.showBackButton = true;
|
||||||
this.backButtonText = isStandaloneMode && !redirection && isAdmin ? 'Back to Console' : 'Back';
|
this.backButtonText = isStandaloneMode && !redirection && isAdmin ? 'Back to Console' : 'Accept';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -113,7 +113,7 @@ export class ErrorComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.showBackButton = true;
|
this.showBackButton = true;
|
||||||
this.backButtonText = isStandaloneMode && !redirection && isAdmin ? 'Back to Console' : 'Back';
|
this.backButtonText = isStandaloneMode && !redirection && isAdmin ? 'Back to Console' : 'Accept';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user