diff options
author | Richard Mahn <richmahn@users.noreply.github.com> | 2019-07-17 14:40:28 -0400 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-07-17 14:40:28 -0400 |
commit | 5d3e3518645d707d99c6ea244a195b7240782e74 (patch) | |
tree | a5480b9ae7691917cce11be47218f253d78bc603 /options | |
parent | 361607d83109014a8dfd40e97c6f95a0e869dca3 (diff) | |
download | gitea-5d3e3518645d707d99c6ea244a195b7240782e74.tar.gz gitea-5d3e3518645d707d99c6ea244a195b7240782e74.zip |
Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478)
* Fixes #7474 - Handles all redirects for Web UI File CRUD
* Fixes lint errors
* Typo fix
* Adds unit tests for a few helper functions
* Fixes per review
* Fix for new branch creation and to unit test
* Fixes the template used for errors on delete
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 6ef1277c62..969a0953a2 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -696,6 +696,7 @@ editor.delete = Delete '%s' editor.commit_message_desc = Add an optional extended description… editor.commit_directly_to_this_branch = Commit directly to the <strong class="branch-name">%s</strong> branch. editor.create_new_branch = Create a <strong>new branch</strong> for this commit and start a pull request. +editor.propose_file_change = Propose file change editor.new_branch_name_desc = New branch name… editor.cancel = Cancel editor.filename_cannot_be_empty = The filename cannot be empty. |