From 394adf97f800b1a9cd9220c387c69a421d8a9188 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 11 Jan 2019 21:46:58 -0800 Subject: [PATCH] Minor grammar and mobile style fixes --- app/scenes/Settings/Export.js | 6 +++--- app/scenes/Settings/Slack.js | 2 +- server/pages/Home.js | 4 ++-- server/pages/Privacy.js | 2 +- server/pages/components/SigninButtons.js | 2 ++ 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app/scenes/Settings/Export.js b/app/scenes/Settings/Export.js index 3d178705..73d494c1 100644 --- a/app/scenes/Settings/Export.js +++ b/app/scenes/Settings/Export.js @@ -44,9 +44,9 @@ class Export extends React.Component {

Export Data

- Exporting your teams documents may take a little time depending on the - size of your knowledgebase. Consider exporting a single document or - collection instead. + Exporting your team’s documents may take a little time depending on + the size of your knowledgebase. Consider exporting a single document + or collection instead. Still want to export everything in your wiki? We’ll put together a zip diff --git a/app/scenes/Settings/Slack.js b/app/scenes/Settings/Slack.js index 82e1ee0a..9f636b43 100644 --- a/app/scenes/Settings/Slack.js +++ b/app/scenes/Settings/Slack.js @@ -60,7 +60,7 @@ class Slack extends React.Component { Preview Outline links your team mates share and use the{' '} /outline slash command in Slack to search for documents - in your teams wiki. + in your team’s wiki.

{this.commandIntegration ? ( diff --git a/server/pages/Home.js b/server/pages/Home.js index 597a8e3d..654b3cb7 100644 --- a/server/pages/Home.js +++ b/server/pages/Home.js @@ -47,7 +47,7 @@ function Home(props: Props) {

Improve Communication

- Easily structure your teams information in one central, + Easily structure your team’s information in one central, structured location. No more hunting through folders or scanning pages of search results and chat conversations.

@@ -55,7 +55,7 @@ function Home(props: Props) {

Safe & Secure

- Outline provides a secure place for your teams + Outline provides a secure place for your team’s documentation on our hosted platform, stored in portable Markdown format. Or, you can run your own copy – it’s open source! diff --git a/server/pages/Privacy.js b/server/pages/Privacy.js index a220de1d..b4007002 100644 --- a/server/pages/Privacy.js +++ b/server/pages/Privacy.js @@ -54,7 +54,7 @@ export default function Privacy() { identifying information is to better understand how Outline’s visitors use its website. From time to time, Outline may release non-personally-identifying information in the aggregate, e.g., by - publishing a report on trends in the usage of its website. p> Outline + publishing a report on trends in the usage of its website. Outline also collects potentially personally-identifying information like Internet Protocol (IP) addresses for logged in users.

diff --git a/server/pages/components/SigninButtons.js b/server/pages/components/SigninButtons.js index cab67f6c..bb4728ce 100644 --- a/server/pages/components/SigninButtons.js +++ b/server/pages/components/SigninButtons.js @@ -61,10 +61,12 @@ const Column = styled(Flex)` const Wrapper = styled(Flex)` display: block; justify-content: center; + margin-top: 16px; ${breakpoint('tablet')` display: flex; justify-content: flex-start; + margin-top: 0; `}; `;