Skip to content

Commit

Permalink
fix: update IP info handling (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneblue committed Jun 6, 2021
1 parent 2afea69 commit 26d500e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/chameleon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ export class Chameleon {
}
} else {
foundLang = lang.getLanguage('en-US');
this.tempStore.ipInfo.lang = foundLang.code;
this.tempStore.ipInfo.lang = foundLang.nav[0];
}

notificationMsg = `${notificationMsg} ${foundLang.name}`;
Expand Down

0 comments on commit 26d500e

Please sign in to comment.