mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
💄(scheduler): Would you like => I'd like
This commit is contained in:
parent
8ea78417a8
commit
c96a5a4d22
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ export default class SchedulerComposerButton extends React.Component {
|
|||
// Helper method that will render the contents of our popover.
|
||||
_renderPopover() {
|
||||
const headerComponents = [
|
||||
<span>Would you like to:</span>,
|
||||
<span>I'd like to:</span>,
|
||||
];
|
||||
const items = [
|
||||
MEETING_REQUEST,
|
||||
|
|
Loading…
Reference in a new issue