Skip to content

Commit 1fa2fd6

Browse files
chore: shorten 'Locations in the Pathway Browser' to 'Pathway Browser Locations' so the section divider fits on one line
1 parent ea99798 commit 1fa2fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/pathway-browser/src/app/details/tabs/description-tab/description-tab.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ export class DescriptionTabComponent implements OnDestroy {
507507
},
508508
{
509509
key: 'locationsInPWB',
510-
label: 'Locations in the Pathway Browser',
510+
label: 'Pathway Browser Locations',
511511
manual: true,
512512
template: this.locationsTemplate$ as Signal<TemplateRef<any>>,
513513
isPresent: computed(() => this.showLocations()),

0 commit comments

Comments
 (0)