ソースを参照

rename to 'Structure Motif Search'

JonStargaryen 3 年 前
コミット
7f8f29ae19
2 ファイル変更5 行追加1 行削除
  1. 4 0
      CHANGELOG.md
  2. 1 1
      src/viewer/ui/strucmotif.tsx

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 [Semantic Versioning](https://semver.org/)
 
+## [1.8.3] - 2021-07-23
+### General
+- Rename 'Structural Motif Search' to 'Structure Motif Search'
+
 ## [1.8.2] - 2021-07-20
 ### Bug fixes
 - Post-pare for pecos API changes

+ 1 - 1
src/viewer/ui/strucmotif.tsx

@@ -41,7 +41,7 @@ const MAX_MOTIF_EXTENT_SQUARED = MAX_MOTIF_EXTENT * MAX_MOTIF_EXTENT;
 export class StrucmotifSubmitControls extends CollapsableControls {
     protected defaultState() {
         return {
-            header: 'Structural Motif Search',
+            header: 'Structure Motif Search',
             isCollapsed: false,
             brand: { accent:  'gray' as const, svg: SearchIconSvg }
         };