Skip to content

Commit

Permalink
Rename "Go Home" in settings dialogue (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saira-A authored Jul 9, 2024
1 parent 9b1c714 commit fc60234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
"locale": "$locale",
"navigatorEnabled": "$navigatorEnabled",
"clickToZoomEnabled": "$clickToZoomEnabled",
"pagingEnabled": "$goHome",
"pagingEnabled": "$twoPageView",
"reducedMotion": "$reducedMotion",
"preserveViewport": "$preserveViewport",
"title": "$settings",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
"locale": "$locale",
"navigatorEnabled": "$navigatorEnabled",
"clickToZoomEnabled": "$clickToZoomEnabled",
"pagingEnabled": "$goHome",
"pagingEnabled": "$twoPageView",
"reducedMotion": "$reducedMotion",
"preserveViewport": "$preserveViewport",
"title": "$settings",
Expand Down

0 comments on commit fc60234

Please sign in to comment.