diff --git a/src/components/ListPanel/users/SelectReviewerListItem.vue b/src/components/ListPanel/users/SelectReviewerListItem.vue index 86177fb7a..df9168c5c 100644 --- a/src/components/ListPanel/users/SelectReviewerListItem.vue +++ b/src/components/ListPanel/users/SelectReviewerListItem.vue @@ -193,11 +193,11 @@
-Aisla is a terrific reviewer but she takes a while to confirm and complete a review. Recommend not using her if you're on a tight deadline.
", - privateNotes: + userPrivateNote: "Keep this note private. Aisla is a terrific reviewer but she takes a while to confirm and complete a review. Recommend not using her if you're on a tight deadline.
", }, { diff --git a/src/docs/components/ListPanel/readme-select-reviewer.md b/src/docs/components/ListPanel/readme-select-reviewer.md index 29154f1f8..5f80ff4d5 100644 --- a/src/docs/components/ListPanel/readme-select-reviewer.md +++ b/src/docs/components/ListPanel/readme-select-reviewer.md @@ -18,7 +18,7 @@ | `emptyLabel` | A localized string to display when there are no reviewers to show in the list. | | `filters` | An array [Filter](#/component/Filter)s. Default: `[]` | | `gossipLabel` | A localized string for the gossip section. | -| `privateNotesLabel` | A localized string for the private notes section. | +| `userPrivateNotesLabel` | A localized string for the private notes section. | | `id` | A unique id for this component. | | `items` | An array of reviewers. Default: `[]` | | `itemsMax` | A count of all reviewers in the journal, press or preprint server. Default: `0` |