mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-13 08:44:37 +08:00
fix(tutorial): Incorrect strings
This commit is contained in:
parent
ce968c0d3e
commit
2ac8987211
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ const Steps = [
|
|||
id: 'people',
|
||||
title: 'Compose with context',
|
||||
image: 'feature-people@2x.png',
|
||||
description: 'N1 shows you everything about your contacts right inside your inbox. See LinkedIn profiles, Twitter bios, and more.',
|
||||
description: "N1 shows you everything about your contacts right inside your inbox. See LinkedIn profiles, Twitter bios, and more.",
|
||||
x: 97,
|
||||
y: -1.9,
|
||||
xDot: 93,
|
||||
|
@ -18,7 +18,7 @@ const Steps = [
|
|||
id: 'read-receipts',
|
||||
title: 'Track activity',
|
||||
image: 'feature-snooze@2x.png',
|
||||
description: "With activity tracking, you'll know as soon as someone reads your message. Sending to a group? We'll show which recipients opened your message, so you can follow up with precision.
",
|
||||
description: "With activity tracking, you'll know as soon as someone reads your message. Sending to a group? We'll show which recipients opened your email, so you can follow up with precision.",
|
||||
x: 10,
|
||||
y: -1.9,
|
||||
xDot: 14.6,
|
||||
|
@ -29,7 +29,7 @@ const Steps = [
|
|||
id: 'snooze',
|
||||
title: 'Time is everything',
|
||||
image: 'feature-activity@2x.png',
|
||||
description: 'Snooze emails to any time that suits you. Schedule emails to be sent at the ideal time. N1 makes it easy to control the fabric of spacetime.',
|
||||
description: "Snooze emails to any time that suits you. Schedule emails to be sent at the ideal time. N1 makes it easy to control the fabric of spacetime.",
|
||||
x: 22,
|
||||
y: 39.9,
|
||||
xDot: 25,
|
||||
|
|
Loading…
Reference in a new issue