mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-03 01:44:42 +08:00
💄(scheduler): Would you like => I'd like
This commit is contained in:
parent
b0fbdf7469
commit
a6abf801d5
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…
Add table
Reference in a new issue