Merge branch 'develop' into accessible_ui

This commit is contained in:
Martin Raifer
2021-12-07 16:06:56 +01:00
140 changed files with 2047 additions and 878 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ export function uiKeepRightEditor(context) {
headerEnter
.append('h2')
.html(t.html('QA.keepRight.title'));
.call(t.append('QA.keepRight.title'));
let body = selection.selectAll('.body')
@@ -91,7 +91,7 @@ export function uiKeepRightEditor(context) {
saveSectionEnter
.append('h4')
.attr('class', '.qa-save-header')
.html(t.html('QA.keepRight.comment'));
.call(t.append('QA.keepRight.comment'));
saveSectionEnter
.append('textarea')
@@ -147,7 +147,7 @@ export function uiKeepRightEditor(context) {
buttonEnter
.append('button')
.attr('class', 'button comment-button action')
.html(t.html('QA.keepRight.save_comment'));
.call(t.append('QA.keepRight.save_comment'));
buttonEnter
.append('button')