Skip to content

Commit

Permalink
Button text update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Shukla committed Dec 4, 2024
1 parent be3c484 commit 629b571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/src/app/dashboardv2/header-v2/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class HeaderComponent implements OnInit {
userRole: string = '';
noToolsConfigured: boolean;

buttonLabel = 'Copy URL';
buttonLabel = 'Share URL';

This comment has been minimized.

Copy link
@prabasak23

prabasak23 Dec 4, 2024

Contributor

@risshukl0 if we have Share URL, won't the expectation be like directly share as soon as we click the button?

buttonIcon = 'pi pi-copy';
buttonStyleClass = 'p-button-secondary p-button-sm';

Expand Down

0 comments on commit 629b571

Please sign in to comment.