diff --git a/README.md b/README.md index a2ed65117a..3f1fbe9891 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [![appveyor build](https://ci.appveyor.com/api/projects/status/github/bitwarden/web?branch=master&svg=true)](https://ci.appveyor.com/project/bitwarden/web) [![DockerHub](https://img.shields.io/docker/pulls/bitwarden/web.svg)](https://hub.docker.com/u/bitwarden/) [![Join the chat at https://gitter.im/bitwarden/Lobby](https://badges.gitter.im/bitwarden/Lobby.svg)](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 ae151ddfa1..d66e6068ea 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 78c7a05f1e..a5fc2bdd5e 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 44e15be102..0c783446af 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 d78e3fdbaf..5541d8d676 100644 --- a/src/app/organization/views/organizationPeopleInvite.html +++ b/src/app/organization/views/organizationPeopleInvite.html @@ -5,8 +5,8 @@