Skip to content

Commit

Permalink
Merge branch 'develop' into deprecate-axe-commons-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeyyy authored Jan 25, 2019
2 parents c5cc19a + f53479b commit b8d2635
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/examples/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"axe-core": "^3.1.1",
"chai": "~4.1.2",
"grunt": "~1.0.2",
"grunt-mocha": "1.1.0"
"grunt-mocha": "1.2.0"
}
}
4 changes: 2 additions & 2 deletions locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@
"fail": "ヘルプテキスト(titleまたはaria-describedby)がラベルテキストと同じです"
},
"hidden-explicit-label": {
"pass": "フォーム要素に視認可能で明確な<label>があります",
"fail": "フォーム要素に非表示の明確な<label>があります"
"pass": "フォーム要素の明確な<label>が視認可能になっています",
"fail": "フォーム要素の明確な<label>が非表示になっています"
},
"implicit-label": {
"pass": "フォーム要素に暗黙の(包含された)<label>が存在しています",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha": "1.1.0",
"grunt-mocha": "1.2.0",
"grunt-parallel": "^0.5.1",
"grunt-run": "^0.8.1",
"html-entities": "^1.2.0",
Expand Down

0 comments on commit b8d2635

Please sign in to comment.