Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in the en.json #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"tabs.audit.missing_tool_name": "Tool name not found",
"tabs.audit.rules.button.empty_links.description": "Without a link, buttons will not work when a user clicks on it. Add a link to the following buttons.",
"tabs.audit.rules.button.empty_links.title": "Button links are empty",
"tabs.audit.rules.image.alt_text.description": "Without alt text, people who rely on screen readers can’t access image information. Write an appropriate alternate text for the following imags.",
"tabs.audit.rules.image.alt_text.description": "Without alt text, people who rely on screen readers can’t access image information. Write an appropriate alternate text for the following images.",
"tabs.audit.rules.image.alt_text.title": "Missing alternate text",
"tabs.audit.rules.image.url.description": "Without an image URL, the following images will not be rendered. Upload an image to the following images.",
"tabs.audit.rules.image.url.title": "Missing images",
Expand Down Expand Up @@ -382,4 +382,4 @@
"tools.text.personalize": "Personalize",
"tools.tooltip.drag_on_canvas": "Drag on canvas",
"tools.tooltip.got_it": "Got it"
}
}