Skip to content

Commit

Permalink
[#54193] frontend: components: NavBar: Changed name for button for SV…
Browse files Browse the repository at this point in the history
…G exporting

Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed Jan 23, 2024
1 parent 9642e3e commit 542e220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_manager/frontend/src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ export default {
/>
<DropdownItem
type="'button'"
text="Export graph to SVG"
text="Export graph to HTML-based SVG"
:eventFunction="exportToSvg"
/>
</div>
Expand Down

0 comments on commit 542e220

Please sign in to comment.