no bug - fix some typos found by codespell r=linter-reviewers,fluent-reviewers,Gijs,Standard8 DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D160290
This commit is contained in:
Sylvestre Ledru 2022-10-26 09:14:14 +00:00
parent c5fd68828c
commit 5afd68ac95
3 changed files with 3 additions and 3 deletions

View File

@ -534,7 +534,7 @@ webconsole.warningGroup.messageCount.tooltip=#1 message;#1 messages
# LOCALIZATION NOTE (webconsole.input.editor.onboarding.label): the text that is displayed
# when displaying the multiline-input mode for the first time, until the user dismiss the
# text.
# Parameters: %1$S is Enter key, %2$S is the shorcut to evaluate the expression (
# Parameters: %1$S is Enter key, %2$S is the shortcut to evaluate the expression (
# Ctrl+Enter or Cmd+Enter on OSX).
webconsole.input.editor.onboarding.label=Iterate on your code faster with the new multi-line editor mode. Use %1$S to add new lines and %2$S to run.

View File

@ -62,7 +62,7 @@ Protocol (CDP). This protocol allows a client to:
network traffic;
- and extract information from the user session, including cookies
and local strage.
and local storage.
There are no web-exposed features in the Remote Agent whatsoever.

View File

@ -19,7 +19,7 @@ about-httpsonly-link-learn-more = Learn More…
## Suggestion Box that only shows up if a secure connection to www can be established
## Variables:
## $websiteUrl (String) - Url of the website that can be securely loded with these alternatives. Example: example.com
## $websiteUrl (String) - Url of the website that can be securely loaded with these alternatives. Example: example.com
about-httpsonly-suggestion-box-header = Possible Alternative
about-httpsonly-suggestion-box-www-text = There is a secure version of <em>www.{ $websiteUrl }</em>. You can visit this page instead of <em>{ $websiteUrl }</em>.