From 684a8ef4c0db06c255fa49b1e056f5d95a27102c Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 18 May 2015 19:21:54 -0700 Subject: [PATCH] [naming] Nylas Mail => Nylas, Nilas => Nylas --- build/tasks/set-version-task.coffee | 4 ++-- docs/Index.md | 2 +- docs/InterfaceConcepts.md | 2 +- docs/PackageOverview.md | 2 +- internal_packages/message-list/lib/message-item.cjsx | 2 +- .../sidebar-inbox-internal/lib/internal-admin-store.coffee | 2 +- menus/darwin.cson | 6 +++--- package.json | 4 ++-- resources/mac/edgehill-Info.plist | 4 ++-- spec-nylas/components/tokenizing-text-field-spec.cjsx | 2 +- src/browser/atom-window.coffee | 2 +- src/browser/window-manager.coffee | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/build/tasks/set-version-task.coffee b/build/tasks/set-version-task.coffee index c6265499e..320e9b5a8 100644 --- a/build/tasks/set-version-task.coffee +++ b/build/tasks/set-version-task.coffee @@ -45,9 +45,9 @@ module.exports = (grunt) -> strings = CompanyName: 'Nylas, Inc.' - FileDescription: 'Nylas Mail' + FileDescription: 'Nylas' LegalCopyright: 'Copyright (C) 2014-2015 Nylas, Inc. All rights reserved' - ProductName: 'Nylas Mail' + ProductName: 'Nylas' ProductVersion: version rcedit = require('rcedit') diff --git a/docs/Index.md b/docs/Index.md index 2d4332d54..8c1b38ae5 100644 --- a/docs/Index.md +++ b/docs/Index.md @@ -27,7 +27,7 @@ Nylas Mail is available for Mac, Windows, and Linux. Download the latest build f

Package Architecture

-Packages lie at the heart of Nylas Mail. Each part of the core experience is a separate package that uses the Nilas Package API to add functionality to the client. Learn more about packages and create your first package. +Packages lie at the heart of Nylas Mail. Each part of the core experience is a separate package that uses the Nylas Package API to add functionality to the client. Learn more about packages and create your first package.