Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #346 from ckeditor/t/ckeditor5/624
Browse files Browse the repository at this point in the history
Other: Aligned code to changes (`config.lang` to `config.languages`). Part of the Translation Service v2 (ckeditor/ckeditor5#624).
  • Loading branch information
szymonkups authored Nov 30, 2017
2 parents 58075f4 + 19d5541 commit 876f681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editorui/boxed/boxededitoruiview.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class BoxedEditorUIView extends EditorUIView {
],
role: 'application',
dir: 'ltr',
lang: locale.lang,
lang: locale.language,
'aria-labelledby': `cke-editor__aria-label_${ ariaLabelUid }`
},

Expand Down

0 comments on commit 876f681

Please sign in to comment.