diff options
Diffstat (limited to 'src/client/views/collections/CollectionNoteTakingView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionNoteTakingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionNoteTakingView.tsx b/src/client/views/collections/CollectionNoteTakingView.tsx index 0d1f55fed..2521e50a0 100644 --- a/src/client/views/collections/CollectionNoteTakingView.tsx +++ b/src/client/views/collections/CollectionNoteTakingView.tsx @@ -668,7 +668,7 @@ export class CollectionNoteTakingView extends CollectionSubView<Partial<collecti GetValue: () => "", SetValue: this.addGroup, // I don't recall ever seeing this add a group button - contents: "+ ADD A GROUP" + contents: "+ ADD A COLUMN" }; const buttonMenu = this.rootDoc.buttonMenu; const noviceExplainer = this.rootDoc.explainer; |