Skip to content

Commit

Permalink
Patch release 1.29 (#1086)
Browse files Browse the repository at this point in the history
Merge pull request #1086 from madfish-solutions/development
  • Loading branch information
alex-tsx authored Jun 24, 2024
2 parents f686db1 + 2e8f8c5 commit 6e7c096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/welcome/ContinueWithCloudButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ContinueWithCloudButton = () => {

return (
<ButtonLargeSecondary
title={`Continue with ${cloudTitle}`}
title={`Continue with ${isIOS ? 'Apple' : cloudTitle}`}
iconName={iconName}
activeColorStyleConfig={cloudBtnActiveColorStyleConfig[isAndroid ? 'googleDrive' : 'iCloud']}
disabled={!cloudIsAvailable}
Expand Down

0 comments on commit 6e7c096

Please sign in to comment.