mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
fix(onboarding): Packages => plugins, at least in the text
This commit is contained in:
parent
213b1f464e
commit
0675e75650
2 changed files with 4 additions and 4 deletions
|
@ -55,10 +55,10 @@ class InitialPackagesPage extends React.Component
|
|||
<RetinaImg name="onboarding-back.png" mode={RetinaImg.Mode.ContentPreserve}/>
|
||||
</div>
|
||||
|
||||
<h1 style={paddingTop: 60, marginBottom: 20}>Explore packages</h1>
|
||||
<h1 style={paddingTop: 60, marginBottom: 20}>Explore plugins</h1>
|
||||
<p style={paddingBottom: 20}>
|
||||
Packages lie at the heart of N1 and give it it's powerful features.<br/>
|
||||
Want to enable a few example packages now? They'll be installed to <code>~/.nylas</code>
|
||||
Plugins lie at the heart of N1 and give it it's powerful features.<br/>
|
||||
Want to enable a few example plugins now? They'll be installed to <code>~/.nylas</code>
|
||||
</p>
|
||||
|
||||
<div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
React = require 'react'
|
||||
shell = require 'shell'
|
||||
classnames = require 'classnames'
|
||||
{RetinaImg, TimeoutTransitionGroup} = require 'nylas-component-kit'
|
||||
{RetinaImg} = require 'nylas-component-kit'
|
||||
PageRouterStore = require './page-router-store'
|
||||
OnboardingActions = require './onboarding-actions'
|
||||
|
||||
|
|
Loading…
Reference in a new issue