We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Source Details
1 parent ace76fb commit 632da86Copy full SHA for 632da86
src/kc_angular/src/app/components/source-components/ks-details.component.ts
@@ -31,12 +31,12 @@ import {NotificationsService} from "../../services/user-services/notifications.s
31
<div class="flex flex-row align-items-center justify-content-center">
32
<button pButton
33
icon="pi pi-arrow-down"
34
- label="Expand All"
+ label="Expand"
35
(click)="expandAll()"
36
class="p-button-rounded p-button-text shadow-none"></button>
37
38
icon="pi pi-arrow-up"
39
- label="Collapse All"
+ label="Collapse"
40
(click)="collapseAll()"
41
42
</div>
0 commit comments