From 8657d041667af909a678c473db8e70ac55649cb4 Mon Sep 17 00:00:00 2001 From: Raybipse Date: Sun, 29 Oct 2023 15:08:44 -0700 Subject: [PATCH] Fixed typo in action name for remove strand name --- lib/src/view/design_main_strand.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/view/design_main_strand.dart b/lib/src/view/design_main_strand.dart index ad57d654..c7225853 100644 --- a/lib/src/view/design_main_strand.dart +++ b/lib/src/view/design_main_strand.dart @@ -481,7 +481,7 @@ assigned, assign the complementary DNA sequence to this strand. (strand) => actions.StrandNameSet(name: null, strand: strand), props.strand, app.state.ui_state.selectables_store.selected_strands, - 'remove strand label'))), + 'remove strand name'))), ContextMenuItem( title: 'set domain name', on_click: () => set_domain_names(get_selected_domains()),