Skip to content

Commit

Permalink
Alteração de mensagem para imagens decorativas
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosapaduarte committed Apr 2, 2024
1 parent a9e8dd4 commit 30887c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/assets/i18n/English.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@
"p": "I found <mark>{{value}}</mark> images on the page without the alternative text equivalent."
},
"img_02": {
"s": "I found <mark>{{value}}</mark> image on the page with <code>alt=\"\"</code> (empty alt).",
"p": "I found <mark>{{value}}</mark> images on the page with <code>alt=\"\"</code> (empty alt)."
"s": "I found <mark>{{value}}</mark> decorative image on the page (with <code>alt=\"\"</code> (empty alt) or with <code>role=\"presentation\"</code> or <code>role=\"none\"</code>.",
"p": "I found <mark>{{value}}</mark> decorative images on the page (with <code>alt=\"\"</code> (empty alt) or with <code>role=\"presentation\"</code> or <code>role=\"none\"</code>."
},
"img_03": {
"s": "I found <mark>{{value}}</mark> image on the page with an <code>alt</code> that does not serve as an alternative equivalent.",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/Portuguese.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@
"p": "Encontrei <mark>{{value}}</mark> imagens na página que não têm o necessário equivalente alternativo em texto."
},
"img_02": {
"s": "Encontrei <mark>{{value}}</mark> imagem na página com <code>alt=\"\"</code> (alt vazio).",
"p": "Encontrei <mark>{{value}}</mark> imagens na página com <code>alt=\"\"</code> (alt vazio)."
"s": "Encontrei <mark>{{value}}</mark> imagem decorativa na página (com <code>alt=\"\"</code> (alt vazio) ou com <code>role=\"presentation\"</code> ou <code>role=\"none\"</code>.",
"p": "Encontrei <mark>{{value}}</mark> imagens decorativas na página (com <code>alt=\"\"</code> (alt vazio) ou com <code>role=\"presentation\"</code> ou <code>role=\"none\"</code>."
},
"img_03": {
"s": "Encontrei <mark>{{value}}</mark> imagem na página com <code>alt</code> que não serve de equivalente alternativo.",
Expand Down

0 comments on commit 30887c2

Please sign in to comment.