Skip to content

Commit

Permalink
Address typos on start on home strings (mozilla-mobile#19903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amejia481 authored and Grisha Kruglov committed Jun 15, 2021
1 parent 84b7817 commit 6ab81dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -573,11 +573,11 @@
<!-- Start on Home -->
<!-- Title of a preference that allows a user to indicate after a specified amount of time when the app should start on the home screen -->
<string name="preferences_start_on_home">Start on home</string>
<!-- Option for staring on the home screen after after four hours or inactivity -->
<!-- Option for starting on the home screen after after four hours or inactivity -->
<string name="start_on_home_after_four_hours">After four hours</string>
<!-- Option for always staring on the home screen -->
<!-- Option for always starting on the home screen -->
<string name="start_on_home_always">Always</string>
<!-- Option for never staring on the home screen -->
<!-- Option for never starting on the home screen -->
<string name="start_on_home_never">Never</string>
<!-- Summary for tabs preference when auto closing tabs setting is set to manual close-->
<string name="close_tabs_manually_summary">Close manually</string>
Expand Down

0 comments on commit 6ab81dc

Please sign in to comment.