mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1223 from omnivore-app/fix/email-button-naming
Change the text on the button to create a new email to match iOS
This commit is contained in:
commit
4d2a03a873
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ const AddEmailButton = () => {
|
|||
}}
|
||||
>
|
||||
<Plus size={18} style={{ marginRight: '6.5px' }} />
|
||||
<SpanBox>Add Email</SpanBox>
|
||||
<SpanBox>Create a new email address</SpanBox>
|
||||
</Button>)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -241,7 +241,7 @@ export default function EmailsPage(): JSX.Element {
|
|||
display: 'flex',
|
||||
},
|
||||
}}>
|
||||
<SpanBox>Add Email</SpanBox>
|
||||
<SpanBox>Create a new email address</SpanBox>
|
||||
</SpanBox>
|
||||
<SpanBox css={{
|
||||
p: '0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue