aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale/locale_en-US.ini
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-04-10 17:56:57 +0200
committerGitHub <noreply@github.com>2023-04-10 11:56:57 -0400
commitd7552c27d38f5ad342fe1c17cedfb6e22ba4d5d8 (patch)
tree7122bbe1d50efba9bb623f8fae66782037147fc6 /options/locale/locale_en-US.ini
parentcb1536471bcef4d78a3fe5cbd738b9f60fabbcc2 (diff)
downloadgitea-d7552c27d38f5ad342fe1c17cedfb6e22ba4d5d8.tar.gz
gitea-d7552c27d38f5ad342fe1c17cedfb6e22ba4d5d8.zip
Add placeholder and aria attributes to release and wiki edit page (#24031)
- Add placeholders and aria-label all input fields on these two pages - Add margin before wiki change message - Remove labels from release page, replacing them with aria-label
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r--options/locale/locale_en-US.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index eb1ffebc37..7e9675ee73 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1746,6 +1746,8 @@ wiki.create_first_page = Create the First Page
wiki.page = Page
wiki.filter_page = Filter page
wiki.new_page = Page
+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.last_commit_info = %s edited this page %s
@@ -2311,9 +2313,9 @@ release.target = Target
release.tag_helper = Choose an existing tag or create a new tag.
release.tag_helper_new = New tag. This tag will be created from the target.
release.tag_helper_existing = Existing tag.
-release.title = Title
+release.title = Release title
release.title_empty = Title cannot be empty.
-release.content = Content
+release.message = Describe this release
release.prerelease_desc = Mark as Pre-Release
release.prerelease_helper = Mark this release unsuitable for production use.
release.cancel = Cancel