From 7e97c04d1e23e530a6eeff754daf20b4e7566c42 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 15 Aug 2017 10:12:08 -0400 Subject: [PATCH] web vault page title --- src/app/directives/pageTitleDirective.js | 4 ++-- src/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/directives/pageTitleDirective.js b/src/app/directives/pageTitleDirective.js index 8385b3f8..78c7a05f 100644 --- a/src/app/directives/pageTitleDirective.js +++ b/src/app/directives/pageTitleDirective.js @@ -6,9 +6,9 @@ angular link: function (scope, element) { var listener = function (event, toState, toParams, fromState, fromParams) { // Default title - var title = 'bitwarden Password Manager'; + var title = 'bitwarden Web Vault'; if (toState.data && toState.data.pageTitle) { - title = toState.data.pageTitle + ' - bitwarden Password Manager'; + title = toState.data.pageTitle + ' - ' + title; } $timeout(function () { diff --git a/src/index.html b/src/index.html index b6fe9f68..3da5319f 100644 --- a/src/index.html +++ b/src/index.html @@ -78,7 +78,7 @@ - bitwarden.com Password Manager + bitwarden Web Vault