Skip to content

Commit 7a2c3cd

Browse files
authored
Merge branch 'Expensify:main' into UPDATE_REQUIRE_COMPANY_CARDS_ENABLED
2 parents 84bf0e5 + d779a2a commit 7a2c3cd

18 files changed

Lines changed: 25 additions & 20 deletions

File tree

Mobile-Expensify

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ android {
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113113
multiDexEnabled rootProject.ext.multiDexEnabled
114-
versionCode 1009036505
115-
versionName "9.3.65-5"
114+
versionCode 1009036506
115+
versionName "9.3.65-6"
116116
// Supported language variants must be declared here to avoid from being removed during the compilation.
117117
// This also helps us to not include unnecessary language variants in the APK.
118118
resConfigs "en", "es"

ios/NewExpensify/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</dict>
4545
</array>
4646
<key>CFBundleVersion</key>
47-
<string>9.3.65.5</string>
47+
<string>9.3.65.6</string>
4848
<key>FullStory</key>
4949
<dict>
5050
<key>OrgId</key>

ios/NotificationServiceExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.3.65</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.3.65.5</string>
16+
<string>9.3.65.6</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/ShareViewController/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.3.65</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.3.65.5</string>
16+
<string>9.3.65.6</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionAttributes</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "9.3.65-5",
3+
"version": "9.3.65-6",
44
"author": "Expensify, Inc.",
55
"homepage": "https://new.expensify.com",
66
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",

src/languages/de.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ const translations: TranslationDeepObject<typeof en> = {
14231423
invalidTagLength: 'Der Tagname überschreitet 255 Zeichen. Bitte kürzen Sie ihn oder wählen Sie einen anderen Tag.',
14241424
invalidAmount: 'Bitte gib vor dem Fortfahren einen gültigen Betrag ein',
14251425
invalidDistance: 'Bitte gib eine gültige Entfernung ein, bevor du fortfährst',
1426-
invalidReadings: 'Bitte geben Sie sowohl Start- als auch Endstand ein',
1426+
invalidReadings: 'Bitte geben Sie sowohl Start- als auch Endstand ein, bevor Sie fortfahren',
14271427
negativeDistanceNotAllowed: 'Endstand muss größer als Anfangsstand sein',
14281428
distanceAmountTooLarge: 'Der Gesamtbetrag ist zu hoch. Verringere die Entfernung oder reduziere den Satz.',
14291429
distanceAmountTooLargeReduceDistance: 'Der Gesamtbetrag ist zu hoch. Verringere die Entfernung.',

src/languages/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ const translations = {
14751475
invalidTagLength: 'The tag name exceeds 255 characters. Please shorten it or choose a different tag.',
14761476
invalidAmount: 'Please enter a valid amount before continuing',
14771477
invalidDistance: 'Please enter a valid distance before continuing',
1478-
invalidReadings: 'Please enter both start and end readings',
1478+
invalidReadings: 'Please enter both start & end readings to continue',
14791479
negativeDistanceNotAllowed: 'End reading must be greater than start reading',
14801480
distanceAmountTooLarge: 'The total amount is too large. Reduce the distance or lower the rate.',
14811481
distanceAmountTooLargeReduceDistance: 'The total amount is too large. Reduce the distance.',

src/languages/es.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ const translations: TranslationDeepObject<typeof en> = {
13731373
invalidTagLength: 'La longitud de la etiqueta escogida excede el máximo permitido (255). Por favor, escoge otra etiqueta o acorta la etiqueta primero.',
13741374
invalidAmount: 'Por favor, ingresa un importe válido antes de continuar',
13751375
invalidDistance: 'Por favor, ingresa una distancia válida antes de continuar',
1376-
invalidReadings: 'Por favor ingrese ambas lecturas de inicio y fin',
1376+
invalidReadings: 'Por favor ingrese ambas lecturas de inicio y fin para continuar',
13771377
negativeDistanceNotAllowed: 'La lectura final debe ser mayor que la lectura inicial',
13781378
distanceAmountTooLarge: 'El importe total es demasiado alto. Reduce la distancia o disminuye la tarifa.',
13791379
distanceAmountTooLargeReduceDistance: 'El importe total es demasiado alto. Reduce la distancia.',

0 commit comments

Comments
 (0)