diff --git a/screen/PlausibleDeniability.tsx b/screen/PlausibleDeniability.tsx index fa47457cc..bb71b5c5c 100644 --- a/screen/PlausibleDeniability.tsx +++ b/screen/PlausibleDeniability.tsx @@ -9,7 +9,6 @@ import { BlueStorageContext } from '../blue_modules/storage-context'; import alert from '../components/Alert'; import Button from '../components/Button'; import triggerHapticFeedback, { HapticFeedbackTypes } from '../blue_modules/hapticFeedback'; -import SafeArea from '../components/SafeArea'; import { NativeStackNavigationProp } from '@react-navigation/native-stack'; const prompt = require('../helpers/prompt'); @@ -77,14 +76,12 @@ const PlausibleDeniability: React.FC = () => { } }; - return state.isLoading ? ( - - - - ) : ( - - - + return ( + + {state.isLoading ? ( + + ) : ( + {loc.plausibledeniability.help} {loc.plausibledeniability.help2} @@ -94,9 +91,9 @@ const PlausibleDeniability: React.FC = () => { title={loc.plausibledeniability.create_fake_storage} onPress={handleOnCreateFakeStorageButtonPressed} /> - - - + + )} + ); }; diff --git a/screen/settings/Licensing.tsx b/screen/settings/Licensing.tsx index 87bf3f369..bde2929ab 100644 --- a/screen/settings/Licensing.tsx +++ b/screen/settings/Licensing.tsx @@ -2,40 +2,37 @@ import React from 'react'; import { ScrollView } from 'react-native'; import navigationStyle from '../../components/navigationStyle'; import { BlueCard, BlueText, BlueSpacing20 } from '../../BlueComponents'; -import SafeArea from '../../components/SafeArea'; import loc from '../../loc'; const Licensing = () => { return ( - - - - MIT License - - Copyright (c) 2018-2024 BlueWallet developers - - - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files - (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, - merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - + + + MIT License + + Copyright (c) 2018-2024 BlueWallet developers + + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, + merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + - - The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - - + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES - OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR - IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - - + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + ); }; diff --git a/screen/settings/encryptStorage.js b/screen/settings/encryptStorage.js index ba389b9c8..b57e784bd 100644 --- a/screen/settings/encryptStorage.js +++ b/screen/settings/encryptStorage.js @@ -124,7 +124,7 @@ const EncryptStorage = () => { }; return isLoading ? ( - + ) : (