-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Handle undefined IOU Report on IOUdetails page #4534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Please confirm the Translations. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM. Left two copy suggestions.
I'm confirming the Spanish translations with the team so waiting to hear back from them
src/languages/en.js
Outdated
@@ -336,8 +336,9 @@ export default { | |||
createGroup: 'Create Group', | |||
}, | |||
notFound: { | |||
chatYouLookingForCannotBeFound: 'The chat you are looking for cannot be found.', | |||
chatYouLookingForCannotBeFound: 'The chat you are looking for can not be found.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this shouldn't change. It should be,
The chat you are looking for cannot be found.
src/languages/en.js
Outdated
getMeOutOfHere: 'Get me out of here', | ||
iouReportNotFound: 'Payment details you are looking for can not be found.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rephrase this to be,
The payment details you are looking for cannot be found.
@chiragsalian Changes done. |
@chiragsalian Friendly ping. |
Yup i've posted about the spanish copy in one of our slack channels and we haven't landed on a resolution. Shall update you as soon as i get an update. Let me bump them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright they replied, posted.
src/languages/es.js
Outdated
@@ -336,8 +336,9 @@ export default { | |||
createGroup: 'Crear Grupo', | |||
}, | |||
notFound: { | |||
chatYouLookingForCannotBeFound: 'No se pudo encontrar el chat que estabas buscando.', | |||
chatYouLookingForCannotBeFound: 'No se pudo encontrar el chat que está buscando.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this to,
El chat que estás buscando no se ha podido encontrar.
src/languages/es.js
Outdated
getMeOutOfHere: 'Sácame de aquí', | ||
iouReportNotFound: 'No se pudo encontrar los detalles de pago que está buscando.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this to,
Los detalles del pago que estás buscando no se han podido encontrar.
src/languages/en.js
Outdated
@@ -338,6 +338,7 @@ export default { | |||
notFound: { | |||
chatYouLookingForCannotBeFound: 'The chat you are looking for cannot be found.', | |||
getMeOutOfHere: 'Get me out of here', | |||
iouReportNotFound: 'Payment details you are looking for cannot be found.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also the change i suggested here earlier doesn't seem to be applied, Basically, i suggest that it begins with,
The
so the complete text looks like,
The payment details you are looking for cannot be found.
@chiragsalian Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @chiragsalian in version: 1.0.85-10 🚀
|
This has been deployed to production and is now subject to a 7-day regression period. |
🚀 Deployed to production by @roryabraham in version: 1.0.86-11 🚀
|
This has been deployed to production and is now subject to a 7-day regression period. |
Details
Fixed Issues
$ Fixes #4362
Tests | QA Steps
for example:
http://localhost:8080/iou/details/68438375/rajat
Tested On
Screenshots
Web
iou.mp4