1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

bitwarden inc.

This commit is contained in:
Kyle Spearrin
2020-02-18 22:35:28 -05:00
parent 7f6a909b63
commit 23acc1bfb3
4 changed files with 4 additions and 4 deletions

View File

@@ -245,7 +245,7 @@ export class SettingsComponent implements OnInit {
this.i18nService.t('version') + ': ' + BrowserApi.getApplicationVersion());
const div = document.createElement('div');
div.innerHTML = `<p class="text-center"><i class="fa fa-shield fa-3x" aria-hidden="true"></i></p>
<p class="text-center"><b>Bitwarden</b><br>&copy; 8bit Solutions LLC 2015-` + year + `</p>`;
<p class="text-center"><b>Bitwarden</b><br>&copy; Bitwarden Inc. 2015-` + year + `</p>`;
div.appendChild(versionText);
swal({