diff options
author | 6543 <24977596+6543@users.noreply.github.com> | 2019-07-26 02:01:25 +0200 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-07-26 01:01:25 +0100 |
commit | bebc6a3c77de159c7293464baad5b8cb5aee7700 (patch) | |
tree | b4d42984583ff42900c9e631e4b57eb984396800 /options | |
parent | 1d7dd7d624bdb8e0a4f0dd26be4a215d6cdbb043 (diff) | |
download | gitea-bebc6a3c77de159c7293464baad5b8cb5aee7700.tar.gz gitea-bebc6a3c77de159c7293464baad5b8cb5aee7700.zip |
[Branch View] icons to buttons (#7602)
* add restore-button info message
* branch deltete undo icon to button
* branch deltete icon to button
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 969a0953a2..e01d0b67dc 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1407,6 +1407,7 @@ branch.deleted_by = Deleted by %s branch.restore_success = Branch '%s' has been restored. branch.restore_failed = Failed to restore branch '%s'. branch.protected_deletion_failed = Branch '%s' is protected. It cannot be deleted. +branch.restore = Restore Branch '%s' topic.manage_topics = Manage Topics topic.done = Done |