From 4821ed41feb16a6bfc22bc3d29cd71a4f30ea615 Mon Sep 17 00:00:00 2001 From: Artem Kovalev Date: Mon, 21 Mar 2022 17:52:00 +0300 Subject: [PATCH] Fix typo in the en.json --- en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en.json b/en.json index c4ddad8..0662298 100644 --- a/en.json +++ b/en.json @@ -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", @@ -382,4 +382,4 @@ "tools.text.personalize": "Personalize", "tools.tooltip.drag_on_canvas": "Drag on canvas", "tools.tooltip.got_it": "Got it" -} \ No newline at end of file +}