Skip to content

Commit ba3e102

Browse files
author
Simon Planinschek
committed
Fixed typo in ClientInternationalization.ts
1 parent 9cca1fb commit ba3e102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ClientInternationalization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class ClientInternationalization<T extends string> {
5858
*
5959
* @param language { string } - Language to set
6060
*/
61-
saveLanguage(language: string): void {
61+
setLanguage(language: string): void {
6262
if (canUseDOM()) {
6363
const cookieLanguage =
6464
this.supportedLanguages.find((lang) => lang === language) ||

0 commit comments

Comments
 (0)