mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Change label next to the toggle for advanced mode
Closes MOB-671 Temporary. Context notes in the tracking issue.
This commit is contained in:
@@ -44,7 +44,7 @@ const Settings = ( ) => {
|
||||
smallLabel
|
||||
value={isAdvancedMode}
|
||||
onValueChange={handleValueChange}
|
||||
label={t( "Advanced-Settings" )}
|
||||
label={t( "Advanced-Mode" )}
|
||||
/>
|
||||
{isAdvancedMode && <AdvancedSettings />}
|
||||
{currentUser && <LoggedInDefaultSettings />}
|
||||
|
||||
@@ -73,7 +73,7 @@ Adds-your-vote-of-agreement = Adds your vote of agreement
|
||||
# Hint for a button that adds a vote of disagreement
|
||||
Adds-your-vote-of-disagreement = Adds your vote of disagreement
|
||||
# Label for toggling app mode between default and advanced settings
|
||||
Advanced-Settings = Advanced Settings
|
||||
Advanced-Mode = Advanced Mode
|
||||
ADVANCED-SETTINGS = ADVANCED SETTINGS
|
||||
Affiliation = Affiliation: { $site }
|
||||
After-capturing-or-importing-photos-show = After capturing or importing photos, show:
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"Adds-ID": "Adds ID",
|
||||
"Adds-your-vote-of-agreement": "Adds your vote of agreement",
|
||||
"Adds-your-vote-of-disagreement": "Adds your vote of disagreement",
|
||||
"Advanced-Settings": "Advanced Settings",
|
||||
"Advanced-Mode": "Advanced Mode",
|
||||
"ADVANCED-SETTINGS": "ADVANCED SETTINGS",
|
||||
"Affiliation": "Affiliation: { $site }",
|
||||
"After-capturing-or-importing-photos-show": "After capturing or importing photos, show:",
|
||||
|
||||
@@ -73,7 +73,7 @@ Adds-your-vote-of-agreement = Adds your vote of agreement
|
||||
# Hint for a button that adds a vote of disagreement
|
||||
Adds-your-vote-of-disagreement = Adds your vote of disagreement
|
||||
# Label for toggling app mode between default and advanced settings
|
||||
Advanced-Settings = Advanced Settings
|
||||
Advanced-Mode = Advanced Mode
|
||||
ADVANCED-SETTINGS = ADVANCED SETTINGS
|
||||
Affiliation = Affiliation: { $site }
|
||||
After-capturing-or-importing-photos-show = After capturing or importing photos, show:
|
||||
|
||||
Reference in New Issue
Block a user