diff options
author | silverwind <me@silverwind.io> | 2020-06-11 23:06:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 17:06:20 -0400 |
commit | ca8ecf7ffcb66381f7a6fae0402a3742b99a6dc5 (patch) | |
tree | b84810cdf843082a502b5673360dc857a7bd2b06 /options | |
parent | b9e281265ee2c510199cd0241ae02bff2bd8ecc1 (diff) | |
download | gitea-ca8ecf7ffcb66381f7a6fae0402a3742b99a6dc5.tar.gz gitea-ca8ecf7ffcb66381f7a6fae0402a3742b99a6dc5.zip |
Improve label edit buttons labels (#11841)
* Improve label edit buttons labels
Previously when editing the buttons in the "Edit Label" modal were a
strange "Update" and "No". Improved them to "Save" and "Cancel".
Also fixed indentation in the template file, recommended to view changes
with the "Hide whitespace changes" option enabled on GitHub.
* remove unnecessary button icon
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 6227ceb2a2..958b70131e 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -71,6 +71,7 @@ issues = Issues milestones = Milestones cancel = Cancel +save = Save add = Add add_all = Add All remove = Remove |