Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Feb 13, 2025
1 parent 5227de6 commit d620a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/src/modules/context-menu/entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const EntryItemContextMenu = ({ id, children }: PropsWithChildren<{ id: s
unreadSyncService.markEntryAsRead(id)
}}
>
<ContextMenu.ItemTitle>Mark As Read</ContextMenu.ItemTitle>
<ContextMenu.ItemTitle>Mark as Read</ContextMenu.ItemTitle>
</ContextMenu.Item>

<ContextMenu.Item
Expand Down Expand Up @@ -92,7 +92,7 @@ export const EntryItemContextMenu = ({ id, children }: PropsWithChildren<{ id: s
openLink(entry.url)
}}
>
<ContextMenu.ItemTitle>Open link</ContextMenu.ItemTitle>
<ContextMenu.ItemTitle>Open Link</ContextMenu.ItemTitle>
</ContextMenu.Item>
)}

Expand Down

0 comments on commit d620a63

Please sign in to comment.