mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-09 06:04:33 +08:00
Update thread-sharing-popover.tsx
possessive is "its" not "it's"
This commit is contained in:
parent
be22f19fa4
commit
1864578386
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ export default class ThreadSharingPopover extends React.Component<
|
||||||
{localized('Syncing') + '...'}
|
{localized('Syncing') + '...'}
|
||||||
<div className="meta">
|
<div className="meta">
|
||||||
{localized(
|
{localized(
|
||||||
`Mailspring is syncing this thread and it's attachments to the cloud. For long threads, this may take a moment.`
|
`Mailspring is syncing this thread and its attachments to the cloud. For long threads, this may take a moment.`
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Add table
Reference in a new issue