We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e33780 commit 9ba608eCopy full SHA for 9ba608e
2 files changed
src/_locales/en_US/messages.json
@@ -40,7 +40,10 @@
40
"message": "Powered by Cloudflare®."
41
},
42
"popupToggleButton": {
43
- "message": "Firefox Private Network "
+ "message": "Firefox Private Network"
44
+ },
45
+ "popupSettingsButtonLabel": {
46
+ "message": "Settings"
47
48
49
"toastProxyOff": {
src/view.js
@@ -70,6 +70,7 @@ export class View {
70
71
static showSettings(shouldShow) {
72
let settingsElement = document.getElementById("settingsButton");
73
+ settingsElement.setAttribute("aria-label", currentView.getTranslation("popupSettingsButtonLabel"));
74
settingsElement.toggleAttribute("hidden", !shouldShow);
75
}
76
0 commit comments