From d3fb18d73eeeee115113520362157709f2b414a6 Mon Sep 17 00:00:00 2001 From: James Dean Date: Mon, 3 Jun 2024 11:08:46 -0700 Subject: [PATCH 1/3] Update en.ts minor copy update based on this convo: https://expensify.slack.com/archives/C05RECHFBEW/p1717100885297799 --- src/languages/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index 87116ea039b..852755bba2e 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -354,7 +354,7 @@ export default { errorWhileSelectingCorruptedImage: 'An error occurred while selecting a corrupted attachment, please try another file.', takePhoto: 'Take photo', chooseFromGallery: 'Choose from gallery', - chooseDocument: 'Choose document', + chooseDocument: 'Choose from files', attachmentTooLarge: 'Attachment too large', sizeExceeded: 'Attachment size is larger than 24 MB limit.', attachmentTooSmall: 'Attachment too small', From 31c420d191feb42e7d9f7d49b2a1d550a602168d Mon Sep 17 00:00:00 2001 From: James Dean Date: Mon, 3 Jun 2024 11:31:56 -0700 Subject: [PATCH 2/3] Update en.ts --- src/languages/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index 852755bba2e..2740dc0d979 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -354,7 +354,7 @@ export default { errorWhileSelectingCorruptedImage: 'An error occurred while selecting a corrupted attachment, please try another file.', takePhoto: 'Take photo', chooseFromGallery: 'Choose from gallery', - chooseDocument: 'Choose from files', + chooseDocument: 'Choose file', attachmentTooLarge: 'Attachment too large', sizeExceeded: 'Attachment size is larger than 24 MB limit.', attachmentTooSmall: 'Attachment too small', From b4d20a434c8ffc16d7fa7d3326969f1ad1dfac81 Mon Sep 17 00:00:00 2001 From: James Dean Date: Mon, 3 Jun 2024 11:32:59 -0700 Subject: [PATCH 3/3] Update es.ts --- src/languages/es.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/es.ts b/src/languages/es.ts index 01ce6a3b467..2425d0a0757 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -348,7 +348,7 @@ export default { errorWhileSelectingCorruptedImage: 'Ha ocurrido un error al seleccionar un archivo adjunto corrupto. Por favor, inténtalo con otro archivo.', takePhoto: 'Hacer una foto', chooseFromGallery: 'Elegir de la galería', - chooseDocument: 'Elegir documento', + chooseDocument: 'Elegir un archivo', attachmentTooLarge: 'Archivo adjunto demasiado grande', sizeExceeded: 'El archivo adjunto supera el límite de 24 MB.', attachmentTooSmall: 'Archivo adjunto demasiado pequeño',