Skip to content

Commit

Permalink
Remove unnecessary whitespaces from checks/aria-valid-attr-value/inco…
Browse files Browse the repository at this point in the history
…mplete/{noId,idrefs}
  • Loading branch information
ma10 committed Mar 7, 2022
1 parent f645871 commit 1f6b631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,9 @@
"plural": "無効なARIA属性値です: ${data.values}"
},
"incomplete": {
"noId": "ARIA 属性で指定されている要素の ID がページ上に存在しません: ${data.needsReview}",
"noId": "ARIA属性で指定されている要素のIDがページ上に存在しません: ${data.needsReview}",
"ariaCurrent": "ARIA 属性値が無効であるため、\"aria-current=true\" として扱われます: ${data.needsReview}",
"idrefs": "ARIA 属性で指定されている要素の ID がページ上に存在するかどうか判定できません: ${data.needsReview}"
"idrefs": "ARIA属性で指定されている要素のIDがページ上に存在するかどうか判定できません: ${data.needsReview}"
}
},
"aria-valid-attr": {
Expand Down

0 comments on commit 1f6b631

Please sign in to comment.