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:
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user