-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add cancel button to wiki #28261
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
Add cancel button to wiki #28261
Conversation
- Add a cancel button to the Edit and New wiki pages. - Resolves https://codeberg.org/forgejo/forgejo/issues/705 (cherry picked from commit 9f8bf83b0e7845a44ca91bc8497356dbab059374)
@@ -1882,6 +1882,7 @@ wiki.page_title = Page title | |||
wiki.page_content = Page content | |||
wiki.default_commit_message = Write a note about this page update (optional). | |||
wiki.save_page = Save Page | |||
wiki.cancel = Cancel |
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.
Occurrence number 12 of the regex = Cancel$
in this file 🎉
Jokes aside, should we perhaps use one common key for it instead of adding the same key every time?
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.
Definitely! That's the plan for the locale cleanup anyway
Fix #24036 |
Although this PR is
|
@earl-warren Please make the requested changes |
(cherry picked from commit 9f8bf83b0e7845a44ca91bc8497356dbab059374)