-
Notifications
You must be signed in to change notification settings - Fork 91
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
Fix a word puzzle in NcDashboardWidget component #3225
Conversation
Need to extract the l10n changes. Also, nc6 was not released yet, so we can still backport breaking changes as well, I would say. |
/backport to stable6 |
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.
👍
Sorry about that 😁
Instead of having a prop that allows customizing one part of a sentence, use a prop to allow changing the full sentences. Fix nextcloud/activity#919 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
46036f6
to
5b58373
Compare
🚀 |
Hello, |
Each app needs to adapt it manually. |
And the activity app is still using the legacy component: |
Instead of having a prop that allows customizing one part of a sentence, use a prop to allow changing the full sentences.
Part of the fix for nextcloud/activity#919
This an API break so only for nc-7