Skip to content

Commit 94a1907

Browse files
committed
#805 - Typos in comments
1 parent 879e356 commit 94a1907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/header/header.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('HeaderComponent', () => {
2222

2323
// Mock LocaleService
2424
const localeServiceMock = {
25-
getCurrentLanguageCode: () => 'en' // returns false language code
25+
getCurrentLanguageCode: () => 'en' // returns default language code
2626
};
2727

2828
// waitForAsync beforeEach

src/app/item-page/clarin-license-info/clarin-license-info.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class ClarinLicenseInfoComponent implements OnInit {
9999
}
100100

101101
/**
102-
* Check if current english is Czech
102+
* Check if current language is Czech
103103
*/
104104
isCsLocale() {
105105
return this.localeService.getCurrentLanguageCode() === 'cs';

0 commit comments

Comments
 (0)