minor changes

This commit is contained in:
Timo 2020-12-07 15:26:47 +02:00
parent 18f9a266ee
commit 3f7b8eec9b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ export class HiddenActionComponent {
private _clickCount = 0;
private _clickCountTimeout: any;
@Input() requiredClicks = 7;
@Input() requiredClicks = 4;
@Output() action = new EventEmitter();
countActions() {

View File

@ -369,7 +369,7 @@
"hide-comments": "Hide",
"cancel": "Cancel"
},
"error": "Error",
"error": "Failure",
"unassigned": "Unassigned",
"under-review": "Under Review",
"under-approval": "Under Approval",