Skip to content

Commit 1500ed8

Browse files
transcript -> feature, to match other menu items
1 parent 208f262 commit 1500ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/jbrowse-plugin-apollo/src/LinearApolloDisplay/glyphs/GeneGlyph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ function getContextMenuItems(
976976
},
977977
},
978978
{
979-
label: 'Duplicate transcript',
979+
label: 'Duplicate feature',
980980
onClick: () => {
981981
;(session as unknown as AbstractSessionModel).queueDialog(
982982
(doneCallback) => [

packages/jbrowse-plugin-apollo/src/TabularEditor/HybridGrid/featureContextMenuItems.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export function featureContextMenuItems(
216216
},
217217
},
218218
{
219-
label: 'Duplicate transcript',
219+
label: 'Duplicate feature',
220220
onClick: () => {
221221
;(session as unknown as AbstractSessionModel).queueDialog(
222222
(doneCallback) => [

0 commit comments

Comments
 (0)