Merge pull request #1871 from ThibaultNocchi/Fix_1682
Fixed header tooltips not being translated to the user language
This commit is contained in:
commit
924e8df815
1 changed files with 2 additions and 2 deletions
|
@ -74,6 +74,8 @@ import 'flexStyles';
|
|||
}
|
||||
|
||||
function updateUserInHeader(user) {
|
||||
renderHeader();
|
||||
|
||||
let hasImage;
|
||||
|
||||
if (user && user.name) {
|
||||
|
@ -955,8 +957,6 @@ import 'flexStyles';
|
|||
updateLibraryNavLinks(page);
|
||||
});
|
||||
|
||||
renderHeader();
|
||||
|
||||
events.on(connectionManager, 'localusersignedin', function (e, user) {
|
||||
const currentApiClient = connectionManager.getApiClient(user.ServerId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue