minor changes
This commit is contained in:
parent
18f9a266ee
commit
3f7b8eec9b
@ -9,7 +9,7 @@ export class HiddenActionComponent {
|
||||
private _clickCount = 0;
|
||||
private _clickCountTimeout: any;
|
||||
|
||||
@Input() requiredClicks = 7;
|
||||
@Input() requiredClicks = 4;
|
||||
@Output() action = new EventEmitter();
|
||||
|
||||
countActions() {
|
||||
|
||||
@ -369,7 +369,7 @@
|
||||
"hide-comments": "Hide",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"error": "Error",
|
||||
"error": "Failure",
|
||||
"unassigned": "Unassigned",
|
||||
"under-review": "Under Review",
|
||||
"under-approval": "Under Approval",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user