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