mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
fix(copy): Updating language for onboarding tour
This commit is contained in:
parent
1ab5a1327a
commit
08ec6e534d
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ import {HasTutorialTip} from 'nylas-component-kit';
|
|||
import ModeToggle from './mode-toggle';
|
||||
|
||||
const ToggleWithTutorialTip = HasTutorialTip(ModeToggle, {
|
||||
title: 'Compose with Context',
|
||||
title: 'Compose with context',
|
||||
instructions: "N1 shows you everything about your contacts right inside your inbox. See LinkedIn profiles, Twitter bios, message history, and more.",
|
||||
});
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ const Steps = [
|
|||
id: 'snooze',
|
||||
title: 'Send on your own schedule',
|
||||
image: 'feature-snooze@2x.png',
|
||||
description: "Snooze emails to any time that suits you. Schedule messages to send at the ideal time. N1 makes it easy to control the fabric of spacetime!",
|
||||
description: "Snooze emails to return at any time that suits you. Schedule messages to send at the ideal time. N1 makes it easy to control the fabric of spacetime!",
|
||||
x: 5.5,
|
||||
y: 23.3,
|
||||
xDot: 10,
|
||||
|
|
2
src/pro
2
src/pro
|
@ -1 +1 @@
|
|||
Subproject commit d396b7341c8beb3ebbfd3116923a0d0be9e43b47
|
||||
Subproject commit 7279419dd174897c8d195c97b464346d283565b3
|
Loading…
Reference in a new issue