Update copy for permission panel: WebRTC
Categories
(Firefox :: Site Permissions, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [proton-door-hangers])
Attachments
(1 file)
We're still waiting on what the exact strings are, but this bug will be updated as soon as we have them.
Don't bother converting the strings to Fluent. Just update the .properties file, and make sure to rev the string ID.
The code powering the WebRTC device permission panel is here: https://searchfox.org/mozilla-central/rev/6f8f3d0e9022b6f0405da26ec940a89455416202/browser/actors/WebRTCParent.jsm#416
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
•
|
||
Okay, strings are in:
Here are the strings: https://searchfox.org/mozilla-central/source/browser/locales/en-US/chrome/browser/browser.properties#726-733 and https://searchfox.org/mozilla-central/rev/362676fcadac37f9f585141a244a9a640948794a/browser/locales/en-US/browser/browser.ftl#393-394
-
getUserMedia.shareCamera2.message
should be changed to:Allow %S to use your camera?
-
getUserMedia.shareMicrophone2.message
should be changed to:Allow %S to use your microphone?
-
getUserMedia.shareScreen3.message
should be changed toAllow %S to see your screen?
-
getUserMedia.shareCameraAndMicrophone2.message
should be changed toAllow %S to use your camera and microphone?
-
getUserMedia.shareCameraAndAudioCapture2.message
should be changed toAllow %S to use your camera and listen to this tab’s audio?
-
getUserMedia.shareScreenAndMicrophone3.message
should be changed toAllow %S to use your microphone and see your screen?
-
getUserMedia.shareScreenAndAudioCapture3.message
should be changed toAllow %S to listen to this tab’s audio and see your screen?
-
getUserMedia.shareAudioCapture2.message
should be changed toAllow %S to listen to this tab’s audio?
-
getUserMedia.shareScreen.learnMoreLabel
should have its casing changed to be "Learn more". This does not require the ID to be rev'd. -
getUserMedia.selectWindowOrScreen.label
should be changed toWindow or screen:
-
getUserMedia.dontAllow.label
should be changed toBlock
-
getUserMedia.dontAllow.accesskey
should be changed toB
-
popup-silence-notifications-checkbox
should be changed toMute website notifications while sharing
We should also remove the popup-silence-notifications-checkbox-warning
string, and not display a warning when the muting checkbox is checked.
We also want to update these strings:
getUserMedia.shareCameraUnsafeDelegation.message
should be changed toAllow %1$S to give %2$S access to your camera?
getUserMedia.shareMicrophoneUnsafeDelegations.message
should be changed toAllow %1$S to give %2$S access to your microphone?
getUserMedia.shareScreenUnsafeDelegation.message
should be changed toAllow %1$S to give %2$S permission to see your screen?
getUserMedia.shareCameraAndMicrophoneUnsafeDelegation.message
should be changed toAllow %1$S to give %2$S access to your camera and microphone?
getUserMedia.shareCameraAndAudioCaptureUnsafeDelegation.message
should be changed toAllow %1$S to give %2$S access to your camera and listen to this tab’s audio?
getUserMedia.shareScreenAndMicrophoneUnsafeDelegation.message
should be changed toAllow %1$S to give %2$S access to your microphone and see your screen?
getUserMedia.shareScreenAndAudioCaptureUnsafeDelegation.message
should be changed toAllow %1$S to give %2$S permission to listen to this tab’s audio and see your screen?
getUserMedia.pickWindowOrScreen.label
should be changed toSelect window or screen
. This does not require the ID to be rev'd.
Assignee | ||
Comment 2•4 years ago
|
||
We should also remove the popup-silence-notifications-checkbox-warning string, and not display a warning when the muting checkbox is checked.
This is being done in bug 1696991.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Having consulted with tduzan and betsymikal, we're also changing the screen share secondary action strings from "Not Now" and "Never Allow" to "Block" and "Always Block", respectively.
Assignee | ||
Comment 4•4 years ago
|
||
Comment 6•4 years ago
|
||
bugherder |
Comment 7•4 years ago
|
||
QA verified the strings for the WebRTC Permission panel to match the changes on:
- Firefox Nightly 88
- Firefox Beta 88
Covered Platforms:
- Windows 7/10
- MacOS 10.15
- Ubuntu 20.04
Not marking this is verified-fixed given it contains string from other panels as well.
Description
•