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

set widths are only for english

This commit is contained in:
Kyle Spearrin
2017-09-19 12:30:19 -04:00
parent 090c9ecf50
commit 438ccd0f9e
2 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
closeButton = $('#close-button');
// i18n
$('body').addClass('lang-' + chrome.i18n.getUILanguage());
$('#logo-link').attr('title', chrome.i18n.getMessage('appName'));
closeButton.attr('title', chrome.i18n.getMessage('close'));