diff --git a/android/app/build.gradle b/android/app/build.gradle index e86384c72bb3..f99aff2f43ae 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -156,8 +156,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001026703 - versionName "1.2.67-3" + versionCode 1001026704 + versionName "1.2.67-4" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index bf6a8557dd47..b830170c4df7 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 1.2.67.3 + 1.2.67.4 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist index 89dbf4adeb60..0e02565ee8c1 100644 --- a/ios/NewExpensifyTests/Info.plist +++ b/ios/NewExpensifyTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.2.67.3 + 1.2.67.4 diff --git a/package-lock.json b/package-lock.json index 552fd6e5ed3f..ea4c7e2f987e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "new.expensify", - "version": "1.2.67-3", + "version": "1.2.67-4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "new.expensify", - "version": "1.2.67-3", + "version": "1.2.67-4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5a122091fd89..028b54d20111 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.2.67-3", + "version": "1.2.67-4", "author": "Expensify, Inc.", "homepage": "https://new.expensify.com", "description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.", diff --git a/src/languages/en.js b/src/languages/en.js index 11832745b583..daead6a598d8 100755 --- a/src/languages/en.js +++ b/src/languages/en.js @@ -122,8 +122,8 @@ export default { websiteExample: 'e.g. https://www.expensify.com', }, attachmentPicker: { - cameraPermissionRequired: 'Camera permission required', - expensifyDoesntHaveAccessToCamera: 'This app does not have access to your camera, please enable the permission and try again.', + cameraPermissionRequired: 'Camera access', + expensifyDoesntHaveAccessToCamera: 'Expensify can\'t take photos without access to your camera. Tap Settings to update permissions.', attachmentError: 'Attachment error', errorWhileSelectingAttachment: 'An error occurred while selecting an attachment, please try again', errorWhileSelectingCorruptedImage: 'An error occurred while selecting a corrupted attachment, please try another file', @@ -1139,8 +1139,8 @@ export default { message: 'Attachment cannot be downloaded', }, permissionError: { - title: 'Access needed', - message: 'Expensify does not have access to save attachments. To enable access, go to Settings and allow access', + title: 'Storage access', + message: 'Expensify can\'t save attachments without storage access. Tap Settings to update permissions.', }, }, desktopApplicationMenu: { diff --git a/src/languages/es.js b/src/languages/es.js index 1ce251fa1386..096e1730f833 100644 --- a/src/languages/es.js +++ b/src/languages/es.js @@ -122,8 +122,8 @@ export default { websiteExample: 'p. ej. https://www.expensify.com', }, attachmentPicker: { - cameraPermissionRequired: 'Se necesita permiso para usar la cámara', - expensifyDoesntHaveAccessToCamera: 'Esta aplicación no tiene acceso a tu cámara, por favor activa el permiso y vuelve a intentarlo.', + cameraPermissionRequired: 'Permiso para acceder a la cámara', + expensifyDoesntHaveAccessToCamera: 'Expensify no puede tomar fotos sin acceso a tu cámara. Haz click en Configuración para actualizar los permisos.', attachmentError: 'Error al adjuntar archivo', errorWhileSelectingAttachment: 'Ha ocurrido un error al seleccionar un adjunto, por favor inténtalo de nuevo', errorWhileSelectingCorruptedImage: 'Ha ocurrido un error al seleccionar un adjunto corrupto, por favor inténtalo con otro archivo', @@ -1141,8 +1141,8 @@ export default { message: 'No se puede descargar el archivo adjunto', }, permissionError: { - title: 'Se necesita acceso', - message: 'Expensify no tiene acceso para guardar archivos. Para habilitar la descarga de archivos, entra en Preferencias y habilita el acceso', + title: 'Permiso para acceder al almacenamiento', + message: 'Expensify no puede guardar los archivos adjuntos sin permiso para acceder al almacenamiento. Haz click en Configuración para actualizar los permisos.', }, }, desktopApplicationMenu: {