-
-
Notifications
You must be signed in to change notification settings - Fork 472
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
Improve notification wording #4236
Comments
@kelson42 I'm working on this to change the notification text from "Starting" to "Resuming". The text comes from getSubtitleText() in DefaultFetchNotificationManager, which is part of the Fetch library. |
@MohitMaliFtechiz is the right person to answer this question. We also have to propose translations of these strings. |
Thanks, @kelson42! The existing default Fetch string remains unchanged. Do I need to provide translations for the string in all locales, or should I proceed with creating a pull request for now?
|
@amanna13 Thank you for your debugging in this issue. Here we should override the
@amanna13 The best is to override the
No, you don't need to translate it in all locales, it will be automatically translated by the TW. You just need to add it in the English version. After that, please make a PR. Edited Apart from this, in |
Thanks for the guide, @MohitMaliFtechiz . Yeah sure I can update them to use our own string resources for better translation handling. |
Replace "starting" with "resuming"
The text was updated successfully, but these errors were encountered: