diff --git a/front/components/APKDownloadButton.tsx b/front/components/APKDownloadButton.tsx index 2ddf1df..2d3c0eb 100644 --- a/front/components/APKDownloadButton.tsx +++ b/front/components/APKDownloadButton.tsx @@ -7,7 +7,7 @@ import PopupCC from './UI/PopupCC'; const APKDownloadButton = () => { const [isOpen, setIsOpen] = useState(false); - // + return ( <> { icon={ArrowCircleDown2} type={'filled'} title={translate('downloadAPK')} - onPress={() => Linking.openURL('https://github.com/Chroma-Case/Chromacase/releases')} - /> + onPress={() => + Linking.openURL('https://github.com/Chroma-Case/Chromacase/releases') + } + /> ); diff --git a/front/components/UI/ScaffoldAuth.tsx b/front/components/UI/ScaffoldAuth.tsx index 148b21f..4c1f5f3 100644 --- a/front/components/UI/ScaffoldAuth.tsx +++ b/front/components/UI/ScaffoldAuth.tsx @@ -165,7 +165,7 @@ const ScaffoldAuth: FunctionComponent = ({ {link.label} - { Platform.OS === "web" && } + {Platform.OS === 'web' && } diff --git a/front/i18n/Translations.ts b/front/i18n/Translations.ts index c04b51d..44f751c 100644 --- a/front/i18n/Translations.ts +++ b/front/i18n/Translations.ts @@ -1,7 +1,7 @@ export const en = { error: 'Error', - guestMode: "Guest Mode", - downloadAPK: "Download Android App", + guestMode: 'Guest Mode', + downloadAPK: 'Download Android App', goBackHome: 'Go Back Home', anErrorOccured: 'An Error Occured', welcome: 'Welcome', @@ -317,13 +317,14 @@ export const en = { forgotPassword: 'I forgot my password', updateProfile: 'Update Profile', accountCreatedOn: 'Account Created on', - downloadAPKInstructions: 'Go to the latest release, unfold the \'Assets\' section, and click \'android-build.apk\'.' + downloadAPKInstructions: + "Go to the latest release, unfold the 'Assets' section, and click 'android-build.apk'.", }; export const fr: typeof en = { error: 'Erreur', downloadAPK: "Télécharger l'App Android", - guestMode: "Mode Invité", + guestMode: 'Mode Invité', goBackHome: "Retourner à l'accueil", anErrorOccured: 'Une erreur est survenue', welcome: 'Bienvenue', @@ -639,13 +640,14 @@ export const fr: typeof en = { forgotPassword: "J'ai oublié mon mot de passe", updateProfile: 'Changer le Profile', accountCreatedOn: 'Compte créé le', - downloadAPKInstructions: 'Descargue \'android-build.apk\' en la sección \'Assets\' de la última versión.' + downloadAPKInstructions: + "Descargue 'android-build.apk' en la sección 'Assets' de la última versión.", }; export const sp: typeof en = { error: 'Error', - downloadAPK: "Descarga la Aplicación de Android", - guestMode: "Modo Invitado", + downloadAPK: 'Descarga la Aplicación de Android', + guestMode: 'Modo Invitado', anErrorOccured: 'ocurrió un error', goBackHome: 'regresar a casa', welcomeMessage: 'Benvenido', @@ -968,5 +970,6 @@ export const sp: typeof en = { forgotPassword: 'Olvidé mi contraseña', updateProfile: 'Cambiar el perfil', accountCreatedOn: 'Cuenta creada el', - downloadAPKInstructions: 'Télécharger \'android-build.apk\' dans la section \'Assets\' de la dernière release' + downloadAPKInstructions: + "Télécharger 'android-build.apk' dans la section 'Assets' de la dernière release", }; diff --git a/front/views/settings/SettingsProfile.tsx b/front/views/settings/SettingsProfile.tsx index 5f05db0..ac550f4 100644 --- a/front/views/settings/SettingsProfile.tsx +++ b/front/views/settings/SettingsProfile.tsx @@ -163,7 +163,7 @@ const ProfileSettings = () => { }, ]} /> - { Platform.OS === "web" && } + {Platform.OS === 'web' && }