1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

ally on notification bar

This commit is contained in:
Kyle Spearrin
2019-10-09 10:12:06 -04:00
parent 60f6863e4f
commit 3e1e05ab4f
3 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ document.addEventListener('DOMContentLoaded', () => {
document.getElementById('logo-link').title = i18n.appName;
closeButton.title = i18n.close;
closeButton.setAttribute('aria-label', i18n.close);
if (bodyRect.width < 768) {
document.querySelector('#template-add .add-save').textContent = i18n.yes;