From a28f618b08df82543f6162f436b0e6b4e22fff35 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 1 Nov 2023 15:16:05 +0800 Subject: [PATCH] Consistent casing for titles --- packages/web/components/patterns/CardMenu.tsx | 12 ++++++------ packages/web/components/patterns/HighlightBar.tsx | 6 +++--- .../patterns/LibraryCards/LibraryHoverActions.tsx | 2 +- .../web/components/patterns/ReaderDropdownMenu.tsx | 4 ++-- packages/web/components/templates/UploadModal.tsx | 2 +- .../templates/article/AddBulkLabelsModal.tsx | 2 +- .../templates/article/ArticleActionsMenu.tsx | 4 ++-- .../components/templates/article/NotebookModal.tsx | 4 ++-- .../templates/article/VerticalArticleActions.tsx | 6 +++--- .../templates/homeFeed/LibraryFilterMenu.tsx | 2 +- .../web/components/templates/reader/ReaderHeader.tsx | 2 +- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/packages/web/components/patterns/CardMenu.tsx b/packages/web/components/patterns/CardMenu.tsx index 27b1207b4..3f190f15c 100644 --- a/packages/web/components/patterns/CardMenu.tsx +++ b/packages/web/components/patterns/CardMenu.tsx @@ -44,35 +44,35 @@ export function CardMenu(props: CardMenuProps): JSX.Element { onSelect={() => { props.actionHandler('set-labels') }} - title="Set Labels" + title="Set labels" /> { props.actionHandler('open-notebook') }} - title="Open Notebook" + title="Open notebook" /> props.actionHandler('showOriginal')} - title="Open Original" + title="Open original" /> props.actionHandler('editTitle')} - title="Edit Metadata" + title="Edit metadata" /> {props.item.readingProgressPercent < 98 ? ( { props.actionHandler('mark-read') }} - title="Mark Read" + title="Mark read" /> ) : ( { props.actionHandler('mark-unread') }} - title="Mark Unread" + title="Mark unread" /> )} { if (!props.isNewHighlight && props.highlightColor != color) { props.handleButtonClick('updateColor', color) @@ -151,7 +151,7 @@ function BarContent(props: HighlightBarProps): JSX.Element { {!props.isNewHighlight && ( <> )}