-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update copy to refer to new URL #4091
Changes from 6 commits
b04040b
51adf3c
ead2983
17d344d
da1724c
829f1c4
7afe7cd
b63c3ef
d2b43b7
c78cad6
5a990e0
a56a430
66612e1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ export default { | |
}, | ||
attachmentPicker: { | ||
cameraPermissionRequired: 'Camera Permission Required', | ||
expensifyDoesntHaveAccessToCamera: 'Expensify.cash does not have access to your camera, please enable the permission and try again.', | ||
expensifyDoesntHaveAccessToCamera: 'This app does not have access to your camera, please enable the permission and try again.', | ||
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', | ||
|
@@ -75,7 +75,7 @@ export default { | |
}, | ||
baseUpdateAppModal: { | ||
updateApp: 'Update App', | ||
updatePrompt: 'A new version of Expensify.cash is available.\nUpdate now or restart the app at a later time to download the latest changes.', | ||
updatePrompt: 'A new version of this app is available.\nUpdate now or restart the app at a later time to download the latest changes.', | ||
}, | ||
iOUConfirmationList: { | ||
whoPaid: 'WHO PAID?', | ||
|
@@ -96,7 +96,7 @@ export default { | |
hello: 'Hello', | ||
phoneCountryCode: '1', | ||
welcomeText: { | ||
phrase1: 'Welcome to the New Expensify! Enter your phone number or email to continue.', | ||
phrase1: 'Welcome to New Expensify! Enter your phone number or email to continue.', | ||
phrase2: 'Money talks. And now that chat and payments are in one place, it\'s also easy.', | ||
phrase3: 'Your payments get to you as fast as you can get your point across.', | ||
}, | ||
|
@@ -226,7 +226,7 @@ export default { | |
}, | ||
passwordPage: { | ||
changePassword: 'Change Password', | ||
changingYourPasswordPrompt: 'Changing your password will update your password for both your Expensify.com\nand Expensify.cash accounts.', | ||
changingYourPasswordPrompt: 'Changing your password will update your password for both your Expensify.com\nand New Expensify accounts.', | ||
currentPassword: 'Current Password', | ||
newPassword: 'New Password', | ||
newPasswordPrompt: 'New password must be different than your old password, have at least 8 characters,\n1 capital letter, 1 lowercase letter, 1 number.', | ||
|
@@ -258,8 +258,8 @@ export default { | |
}, | ||
}, | ||
signInPage: { | ||
expensifyDotCash: 'Expensify.cash', | ||
expensifyIsOpenSource: 'The New Expensify is open source', | ||
expensifyDotCash: 'New Expensify', | ||
expensifyIsOpenSource: 'New Expensify is open source', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar to my comment above, if we decide to use "the" at all, this seems like the other sensible place to do so. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think we want to use "the" here because this ends up as the header of the page. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, hold on, I was looking at the line above it for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The phrase for |
||
theCode: 'the code', | ||
openJobs: 'open jobs', | ||
heroHeading: 'Split bills\nand chat with friends.', | ||
|
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.
Based on David's Vatican reference, my understanding is the home page saying "the New Expensify" makes sense here.
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.
Cool, updated!