Skip to content

Commit

Permalink
Merge pull request #1233 from chalettu/language-login-bug
Browse files Browse the repository at this point in the history
Fixed issue with language not saving
(cherry picked from commit 8733dcc)

https://bugzilla.redhat.com/show_bug.cgi?id=1513491
  • Loading branch information
chriskacerguis authored and simaishi committed Nov 15, 2017
1 parent c5a7435 commit 74cb454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/core/language.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function LanguageFactory ($http, $q, $log, $window, gettextCatalog, lodas
if (!code || (code === '_browser_')) {
code = service.match(service.available, service.browser())
}

service.chosen.code = code
gettextCatalog.loadAndSet(code)

return code
Expand Down

0 comments on commit 74cb454

Please sign in to comment.