From af09713c8c2de6ff2137a903b44363dcc0b6fcfe Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 18 Jul 2020 13:17:10 -0700 Subject: [PATCH] fix: knowledgebase -> knowledge base --- app/scenes/Settings/Events.js | 2 +- app/scenes/Settings/Export.js | 2 +- app/scenes/Settings/Security.js | 2 +- server/api/hooks.js | 2 +- server/mailer.js | 2 +- server/onboarding/๐Ÿ‘‹ What is Outline.md | 2 +- server/onboarding/๐Ÿš€ Integrations & API.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/scenes/Settings/Events.js b/app/scenes/Settings/Events.js index c49c63875..627370060 100644 --- a/app/scenes/Settings/Events.js +++ b/app/scenes/Settings/Events.js @@ -71,7 +71,7 @@ class Events extends React.Component {

Audit Log

The audit log details the history of security related and other events - across your knowledgebase. + across your knowledge base. diff --git a/app/scenes/Settings/Export.js b/app/scenes/Settings/Export.js index cbda73aba..2efecf09b 100644 --- a/app/scenes/Settings/Export.js +++ b/app/scenes/Settings/Export.js @@ -45,7 +45,7 @@ class Export extends React.Component {

Export Data

Exporting your teamโ€™s documents may take a little time depending on - the size of your knowledgebase. Consider exporting a single document + the size of your knowledge base. Consider exporting a single document or collection instead. diff --git a/app/scenes/Settings/Security.js b/app/scenes/Settings/Security.js index 7d4a64475..4494512ec 100644 --- a/app/scenes/Settings/Security.js +++ b/app/scenes/Settings/Security.js @@ -66,7 +66,7 @@ class Security extends React.Component {

Security

Settings that impact the access, security, and content of your - knowledgebase. + knowledge base. { attachments: [ { text: - "To search your knowledgebase use `/outline keyword`. \nYouโ€™ve already learned how to get help with `/outline help`.", + "To search your knowledge base use `/outline keyword`. \nYouโ€™ve already learned how to get help with `/outline help`.", }, ], }; diff --git a/server/mailer.js b/server/mailer.js index 04eee026f..aad0f651e 100644 --- a/server/mailer.js +++ b/server/mailer.js @@ -118,7 +118,7 @@ export class Mailer { to: opts.to, title: `${opts.actorName} invited you to join ${ opts.teamName - }โ€™s knowledgebase`, + }โ€™s knowledge base`, previewText: "Outline is a place for your team to build and share knowledge.", html: , diff --git a/server/onboarding/๐Ÿ‘‹ What is Outline.md b/server/onboarding/๐Ÿ‘‹ What is Outline.md index 021176cac..0ae021b43 100644 --- a/server/onboarding/๐Ÿ‘‹ What is Outline.md +++ b/server/onboarding/๐Ÿ‘‹ What is Outline.md @@ -10,7 +10,7 @@ Outline is a place to build your team knowledge base, you could think of it like ## Structure -Outline allows you to organize documents in "collections", for example these could represent topics like Sales, Product, or HR. Within collections documents can be interlinked and deeply nested to easily build relationships within your knowledgebase. +Outline allows you to organize documents in "collections", for example these could represent topics like Sales, Product, or HR. Within collections documents can be interlinked and deeply nested to easily build relationships within your knowledge base. ## Search diff --git a/server/onboarding/๐Ÿš€ Integrations & API.md b/server/onboarding/๐Ÿš€ Integrations & API.md index 5924c506b..7855d1336 100644 --- a/server/onboarding/๐Ÿš€ Integrations & API.md +++ b/server/onboarding/๐Ÿš€ Integrations & API.md @@ -8,7 +8,7 @@ Our integration code is also [open-source](https://github.com/outline/outline) a ## Slack -If your team is using Slack to communicate then youโ€™ll definitely want to enable our [Slack Integration](/settings/integrations/slack) to get instant link unfurling for Outline documents and access to the `/outline` slash command to search your knowledgebase directly from Slack. +If your team is using Slack to communicate then youโ€™ll definitely want to enable our [Slack Integration](/settings/integrations/slack) to get instant link unfurling for Outline documents and access to the `/outline` slash command to search your knowledge base directly from Slack. ## API