mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-06 13:03:10 +08:00
Update thread-sharing-popover.tsx (#2495)
possessive is "its" not "it's"
This commit is contained in:
parent
59705f715c
commit
7d40ca384a
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ export default class ThreadSharingPopover extends React.Component<
|
|||
{localized('Syncing') + '...'}
|
||||
<div className="meta">
|
||||
{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>
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue