Skip to content

Commit

Permalink
Fix typo: choosed=>chosen
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Dec 23, 2024
1 parent 22e9e8d commit ed69e72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class TranslationModule {

constructor() {
this.translateService.setDefaultLang('<%= nativeLanguage %>');
// if user have changed language and navigates away from the application and back to the application then use previously choosed language
// if user have changed language and navigates away from the application and back to the application then use previously chosen language
const langKey = this.stateStorageService.getLocale() ?? '<%= nativeLanguage %>';
this.translateService.use(langKey);
}
Expand Down

0 comments on commit ed69e72

Please sign in to comment.