mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2828 from omnivore-app/fix/web-title-typo
Fix title tooltip for the reader display settings
This commit is contained in:
commit
4953a4d356
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ export function VerticalArticleActionsMenu(
|
|||
</Button>
|
||||
)}
|
||||
<Button
|
||||
title="Edit Info (i)"
|
||||
title="Display Settings (d)"
|
||||
style="articleActionIcon"
|
||||
onClick={() => props.articleActionHandler('editDisplaySettings')}
|
||||
css={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue