diff --git a/src/components/ListPanel/users/SelectReviewerListItem.vue b/src/components/ListPanel/users/SelectReviewerListItem.vue index 07c3b487f..fd4fd19e4 100644 --- a/src/components/ListPanel/users/SelectReviewerListItem.vue +++ b/src/components/ListPanel/users/SelectReviewerListItem.vue @@ -193,6 +193,12 @@
+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: + "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.
", }, { ...reviewer, diff --git a/src/docs/components/ListPanel/readme-select-reviewer.md b/src/docs/components/ListPanel/readme-select-reviewer.md index a20380016..29154f1f8 100644 --- a/src/docs/components/ListPanel/readme-select-reviewer.md +++ b/src/docs/components/ListPanel/readme-select-reviewer.md @@ -18,6 +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. | | `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` |