-
Notifications
You must be signed in to change notification settings - Fork 102
Fix/2001 add missing translation #2015
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
Conversation
…creation button Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
|
/approve |
nextcloud-cookbook-bot
left a comment
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.
Automatically approved by GitHub action on behalf of /approve
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2015 +/- ##
=======================================
Coverage 80.07% 80.07%
=======================================
Files 92 92
Lines 2650 2650
=======================================
Hits 2122 2122
Misses 528 528
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
/backport main-0.10.x |
|
/cb-backport main-0.10.x |
|
/backport to main-0.10.x |
|
The backport to main-0.10.x failed. Please do this backport manually. # Switch to the target branch and update it
git checkout main-0.10.x
git pull origin main-0.10.x
# Create the new backport branch
git checkout -b fix/foo-main-0.10.x
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-main-0.10.xError: Unknown error More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
Topic and Scope
Add missing translatable string
Closes #2001
Concerns/issues
None
Formal requirements
There are some formal requirements that should be satisfied. Please mark those by checking the corresponding box.