Skip to content

Commit

Permalink
Merge pull request #14925 from Expensify/update-staging-from-main
Browse files Browse the repository at this point in the history
Update version to 1.2.67-4 on staging
  • Loading branch information
OSBotify authored Feb 7, 2023
2 parents b8065e4 + 387dcc9 commit 6d54505
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down
2 changes: 1 addition & 1 deletion ios/NewExpensify/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.2.67.3</string>
<string>1.2.67.4</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/NewExpensifyTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.67.3</string>
<string>1.2.67.4</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
8 changes: 4 additions & 4 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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: {
Expand Down
8 changes: 4 additions & 4 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit 6d54505

Please sign in to comment.