From fef65c520991af537eb68f4464d1a2a8f1036dd2 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 3 May 2018 11:33:32 -0400 Subject: [PATCH] set proper page title --- src/app/services/services.module.ts | 1 + src/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index 41be3796..5c9fac6a 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -86,6 +86,7 @@ export function initFactory(): Function { const htmlEl = window.document.documentElement; htmlEl.classList.add('os_' + platformUtilsService.getDeviceString()); htmlEl.classList.add('locale_' + i18nService.translationLocale); + window.document.title = i18nService.t('bitwardenDirectoryConnector'); let installAction = null; const installedVersion = await storageService.get(ConstantsService.installedVersionKey); diff --git a/src/index.html b/src/index.html index ab5f5d55..4365535b 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - Bitwarden + Bitwarden Directory Connector