Describe the bug
Ref. #620, Item 5.
Solution: Something like this works across languages if the verb changes depending on the object's sex: "%2$s order from %3$s (user: %2$s)". Also, it's ideal if a separate sentence such as "%2$s order from %3$s (user: unknown)" is set up. The last part about the unknown user may not be necessary in this case.
We use Someone instead of a username or First name Last Name because our push notification messages are affected by GDPR, and referring to Someone keeps us compliant.
This task requires changes to server-side code for push notifications. cc: @kyleaparker - is "$20.00 order from Bananza World" too terse?
To Reproduce
Steps to reproduce the behavior:
Screenshots
This is what our current new order notification UI looks like:

Expected behavior
To improve internationalization, consider making the string more generic: "{order total} order from {store name}"
Isolating the problem (mark completed items with an [x]):
Mobile Environment
Please include:
WordPress Environment
Copy and paste the system status report from **WooCommerce > System Status** in WordPress admin.
How about something like: "New Order for $20 on Bananza World"
Phabricator review D25207 is pending
Masterbar notifications before server-side changes:

Masterbar notif after changes:

Most helpful comment
How about something like: "New Order for $20 on Bananza World"