Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ceae9e

Browse files
committedMay 7, 2024
change smooth button text
1 parent febcd06 commit 4ceae9e

File tree

1 file changed

+1
-1
lines changed
  • app/ui/src/analyses/experiments/chart_wrapper

1 file changed

+1
-1
lines changed
 

Diff for: ‎app/ui/src/analyses/experiments/chart_wrapper/view.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export class ViewWrapper {
239239
let changeHandler = new ChangeHandlers.TrimSmoothToggleHandler(this)
240240
changeHandler.change()
241241
},
242-
text: 'Trim Smooth Ends',
242+
text: 'Clip',
243243
isToggled: this.dataStore.trimSmoothEnds,
244244
parent: this.constructor.name
245245
})

0 commit comments

Comments
 (0)
Please sign in to comment.