diff --git a/README.md b/README.md
index a2ed65117a0..3f1fbe98915 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
[](https://ci.appveyor.com/project/bitwarden/web) [](https://hub.docker.com/u/bitwarden/) [](https://gitter.im/bitwarden/Lobby)
-# bitwarden Web
+# Bitwarden Web Vault
-The bitwarden Web project is an AngularJS application that powers the web vault (https://vault.bitwarden.com/).
+The Bitwarden web project is an AngularJS application that powers the web vault (https://vault.bitwarden.com/).
diff --git a/src/app/accounts/views/accountsOrganizationAccept.html b/src/app/accounts/views/accountsOrganizationAccept.html
index ae151ddfa19..d66e6068ea8 100644
--- a/src/app/accounts/views/accountsOrganizationAccept.html
+++ b/src/app/accounts/views/accountsOrganizationAccept.html
@@ -14,7 +14,7 @@
{{state.params.email}}
You've been invited to join the organization listed above. - To accept the invitation, you need to log in or create a new bitwarden account. + To accept the invitation, you need to log in or create a new Bitwarden account.
Enter your email address below to recover & delete your bitwarden account.
+Enter your email address below to recover & delete your Bitwarden account.
- You have requested to delete your bitwarden account ({{email}}). + You have requested to delete your Bitwarden account ({{email}}). Click the button below to confirm and proceed.
diff --git a/src/app/directives/pageTitleDirective.js b/src/app/directives/pageTitleDirective.js index 78c7a05f1ea..a5fc2bdd5e4 100644 --- a/src/app/directives/pageTitleDirective.js +++ b/src/app/directives/pageTitleDirective.js @@ -6,7 +6,7 @@ angular link: function (scope, element) { var listener = function (event, toState, toParams, fromState, fromParams) { // Default title - var title = 'bitwarden Web Vault'; + var title = 'Bitwarden Web Vault'; if (toState.data && toState.data.pageTitle) { title = toState.data.pageTitle + ' - ' + title; } diff --git a/src/app/organization/organizationSettingsImportController.js b/src/app/organization/organizationSettingsImportController.js index 44e15be102e..0c783446af1 100644 --- a/src/app/organization/organizationSettingsImportController.js +++ b/src/app/organization/organizationSettingsImportController.js @@ -11,7 +11,7 @@ $scope.options = [ { id: 'bitwardencsv', - name: 'bitwarden (csv)', + name: 'Bitwarden (csv)', featured: true, sort: 1, instructions: $sce.trustAsHtml('Export using the web vault (vault.bitwarden.com). ' + diff --git a/src/app/organization/views/organizationPeopleInvite.html b/src/app/organization/views/organizationPeopleInvite.html index d78e3fdbaf5..5541d8d6760 100644 --- a/src/app/organization/views/organizationPeopleInvite.html +++ b/src/app/organization/views/organizationPeopleInvite.html @@ -5,8 +5,8 @@