diff --git a/.github/ISSUE_TEMPLATE/--telemetry-request.md b/.github/ISSUE_TEMPLATE/--telemetry-request.md index 2832aa445..1b7cccc06 100644 --- a/.github/ISSUE_TEMPLATE/--telemetry-request.md +++ b/.github/ISSUE_TEMPLATE/--telemetry-request.md @@ -9,7 +9,7 @@ assignees: '' Owner: Product Manager -#### Description & Product Manager / Data Scienties User Story +#### Description & Product Manager / Data Scientist User Story - As a product owner, I want to know if people type use feature X so I can... #### Hypothesis diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 35c5a3ee8..698daf0f4 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -620,14 +620,14 @@ アカウントをお持ちですか? - %s を知ろう + %s を知ろう テーマを選んでください バッテリーと目に優しいダークテーマを試しましょう。 - %s を最大限に活用しよう。 + %s を最大限に活用しよう。 この端末の別の Firefox ブラウザーにログインしています。 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index bded4edd9..ce01fca15 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -563,16 +563,16 @@ Entering full screen mode URL copied - + The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. - + Make text on websites larger or smaller - + Font Size - + Automatic Font Sizing - + Font size will match your Android settings. Disable to manage font size here. diff --git a/automation/taskcluster/lib/chain_of_trust.py b/automation/taskcluster/lib/chain_of_trust.py index c30756fe0..49e4ac190 100644 --- a/automation/taskcluster/lib/chain_of_trust.py +++ b/automation/taskcluster/lib/chain_of_trust.py @@ -2,7 +2,7 @@ import json def populate_chain_of_trust_required_but_unused_files(): - # Thoses files are needed to keep chainOfTrust happy. However, they have no + # These files are needed to keep chainOfTrust happy. However, they have no # need for android-components, at the moment. For more details, see: # https://github.com/mozilla-releng/scriptworker/pull/209/files#r184180585