Skip to content

Commit 632da86

Browse files
committed
refactor: removed some text from Source Details component.
1 parent ace76fb commit 632da86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kc_angular/src/app/components/source-components/ks-details.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ import {NotificationsService} from "../../services/user-services/notifications.s
3131
<div class="flex flex-row align-items-center justify-content-center">
3232
<button pButton
3333
icon="pi pi-arrow-down"
34-
label="Expand All"
34+
label="Expand"
3535
(click)="expandAll()"
3636
class="p-button-rounded p-button-text shadow-none"></button>
3737
<button pButton
3838
icon="pi pi-arrow-up"
39-
label="Collapse All"
39+
label="Collapse"
4040
(click)="collapseAll()"
4141
class="p-button-rounded p-button-text shadow-none"></button>
4242
</div>

0 commit comments

Comments
 (0)