fix: Add aria-label to end-to-end encryption blog link (#3367)
This commit is contained in:
parent
a6706cff20
commit
bdf6e53289
@ -350,6 +350,7 @@ const LayerUI = ({
|
||||
href="https://blog.excalidraw.com/end-to-end-encryption/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
aria-label={t("encrypted.link")}
|
||||
>
|
||||
<Tooltip label={t("encrypted.tooltip")} position="above" long={true}>
|
||||
{shield}
|
||||
|
@ -230,7 +230,8 @@
|
||||
"zoomToSelection": "Zoom to selection"
|
||||
},
|
||||
"encrypted": {
|
||||
"tooltip": "Your drawings are end-to-end encrypted so Excalidraw's servers will never see them."
|
||||
"tooltip": "Your drawings are end-to-end encrypted so Excalidraw's servers will never see them.",
|
||||
"link": "Blog post on end-to-end encryption in Excalidraw"
|
||||
},
|
||||
"stats": {
|
||||
"angle": "Angle",
|
||||
|
Loading…
x
Reference in New Issue
Block a user