Skip to content

Commit

Permalink
UHF-11231: Change wording on the B2 language labels
Browse files Browse the repository at this point in the history
  • Loading branch information
teroelonen committed Feb 18, 2025
1 parent 34cda49 commit 12a5b53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/js/school-search.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ const FeatureFormContainer = () => {
};

const keys: Array<keyof Omit<SearchParams, 'keyword'|'page'|'query'|'a1'|'a2'|'b1'|'b2'|'weighted_education'|'bilingual_education'>> = ['grades_1_6', 'grades_1_9', 'grades_7_9', 'finnish_education', 'swedish_education'];
const a1Label: string = Drupal.t('Foreign language starting in 1st grade (A1)', {}, { context: 'TPR Ontologyword details schools' });
const a2Label: string = Drupal.t('Optional foreign language starting in 3rd grade (A2)', {}, { context: 'TPR Ontologyword details schools' });
const b1Label: string = Drupal.t('Second national language starting in 6th grade (B1)', {}, { context: 'TPR Ontologyword details schools' });
const b2Label: string = Drupal.t('Optional foreign language starting in 8th grade (B2)', {}, { context: 'TPR Ontologyword details schools' });
const a1Label: string = Drupal.t('Language starting in 1st grade (A1)', {}, { context: 'TPR Ontologyword details schools' });
const a2Label: string = Drupal.t('Language starting in 3rd grade (A2)', {}, { context: 'TPR Ontologyword details schools' });
const b1Label: string = Drupal.t('Language starting in 6th grade (B1)', {}, { context: 'TPR Ontologyword details schools' });
const b2Label: string = Drupal.t('Language starting in 7th or 8th grade (B2)', {}, { context: 'TPR Ontologyword details schools' });
const weightedEducationLabel: string = Drupal.t('Weighted curriculum education', {}, { context: 'TPR Ontologyword details schools' });
const bilingualEducationLabel: string = Drupal.t('Bilingual education', {}, { context: 'TPR Ontologyword details schools' });

Expand Down

0 comments on commit 12a5b53

Please sign in to comment.