Skip to content

Commit

Permalink
Shorten menu item label.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed Nov 5, 2024
1 parent 3b51b76 commit 520dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erdblick_app/app/rightclickmenu.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class RightClickMenuService {

private updateMenuForLastInspectedSourceData(sourceDataParams: {tileId: bigint, mapId: string, layerId: string}) {
const menuItem = {
label: 'Inspect for Last Selected Source Data Parameters',
label: 'Inspect Source Data with Last Layer',
icon: 'pi pi-database',
command: () => {
this.inspectionService.loadSourceDataInspection(
Expand Down

0 comments on commit 520dc94

Please sign in to comment.