-
Notifications
You must be signed in to change notification settings - Fork 308
Remove mention of bank account on error 400 #3683
Conversation
We only have payouts through PayPal right now, so in order to remove confusion we shouldn’t tell people to attach a bank account when they can’t.
@mattbk The *.po translation files are updated automatically underneath |
Okay, time to learn something new then.
|
You should only change the *.spt files (not the *.po files). During deployment, we extract strings from the *.spt files themselves into
Yes! Easiest would be to manually edit the *.po files, commit that change, and then push it up to the same branch ( |
I replaced the *.po files from master but left the *.spt files modified. I think. |
!m @mattbk |
@mattbk Looks like we've got tests for those error messages. Wanna try updating those as well? :) |
I think it worked? |
You win! :-) |
Remove mention of bank account on error 400
!m @mattbk |
We only have payouts through PayPal right now, so in order to remove confusion we shouldn’t tell people to attach a bank account when they can’t. #3654