Skip to content
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

Web App: Strings with issues #203

Closed
StoyanDimitrov opened this issue Apr 8, 2022 · 9 comments
Closed

Web App: Strings with issues #203

StoyanDimitrov opened this issue Apr 8, 2022 · 9 comments
Labels
🪲 bug Something isn't working web-app Web app things

Comments

@StoyanDimitrov
Copy link
Contributor

StoyanDimitrov commented Apr 8, 2022

  • notifications_loading aren't we talking about messages everywhere in the web app UI?
  • publish_dialog_attachment_limits_quota_reached missing space after the comma
  • what are the gotchas when translating publish_dialog_delay_placeholder?
@binwiederhier
Copy link
Owner

notifications_loading

It's a horrible mix of "message" and "notification". I see that now.

The pubsub protocol calls it message, but the UI typically calls it notification. But a notification has a message in the JSON, so 🤷 Let me review it all.

publish_dialog_delay_placeholder

"tomorrow, 9am" -- Only English is supported, so I'd leave that.

@binwiederhier
Copy link
Owner

I think I fixed the notification/message thing and your other comments, as per d2f933e

"Message" only appears now when the message body is referenced.

@StoyanDimitrov
Copy link
Contributor Author

I feel like prefs_notifications_min_priority_title - "Minimum priority" needs some explanation. It's not immediately clear where this setting applies. The Android app has brief description that gives the needed context.

@binwiederhier
Copy link
Owner

"Minimum priority" needs some explanation.

Hmm. You may be right. I'd have to add some detailed description text for each of the settings. Let me think about how to do that in the UI 🤔

@binwiederhier binwiederhier added 🪲 bug Something isn't working web-app Web app things labels Apr 8, 2022
@binwiederhier
Copy link
Owner

220409 19-16-25 Selection 001

What do you think?

@StoyanDimitrov
Copy link
Contributor Author

Looking good. It's nice addition.

@StoyanDimitrov
Copy link
Contributor Author

Is it possible on notifications_no_subscriptions_description (Click the "Add subscription" link to create or subscribe to a topic. After that, you can send messages via PUT or POST and you'll receive notifications here.) to use placeholder with the actual button label - nav_button_subscribe? The text of the button already changed to "Subscribe to topic".

@binwiederhier
Copy link
Owner

Done.

@binwiederhier
Copy link
Owner

I'll close this for now, but you can keep adding if you find more issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working web-app Web app things
Projects
None yet
Development

No branches or pull requests

2 participants