diff options
author | ljungster <parkerljung@gmail.com> | 2022-03-22 17:49:10 -0400 |
---|---|---|
committer | ljungster <parkerljung@gmail.com> | 2022-03-22 17:49:10 -0400 |
commit | d4772c8f5d638c7c91aa0a3b7aec5d3e1b16cf5e (patch) | |
tree | 687a310b3ccef5d8ab25ae8377630a97720cd73b /src/client/views/collections/CollectionNoteTakingView.tsx | |
parent | f15aeed47ede0db52720be27e1418cd802eca7bf (diff) |
adding
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; |