diff options
author | eperelm2 <emily_perelman@brown.edu> | 2023-06-27 12:33:50 -0400 |
---|---|---|
committer | eperelm2 <emily_perelman@brown.edu> | 2023-06-27 12:33:50 -0400 |
commit | 1a8abf3991fccd5ee5d2bd66b28a6d5562e8ef36 (patch) | |
tree | 35ff35d06f2b807adad0e1b44dad4f91f4b4d0ba /src/client/views/PropertiesButtons.tsx | |
parent | e0757ecfe8666a13a38b1c396d4a9e5138b4a3bd (diff) |
options in properties menu fit better
Diffstat (limited to 'src/client/views/PropertiesButtons.tsx')
-rw-r--r-- | src/client/views/PropertiesButtons.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx index 2a31f0f2c..ba25e6697 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -126,7 +126,7 @@ export class PropertiesButtons extends React.Component<{}, {}> { @computed get clustersButton() { return this.propertyToggleBtn( - on => 'Clusters', + on => (on ?'DISABLE CLUSTERS' : 'HIGHLIGHT CLUSTERS'), '_freeform_useClusters', on => `${on ? 'Hide' : 'Show'} clusters`, on => <FaBraille /> |