mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-20 11:50:27 +00:00
Fix incorrect 'Erase Wiki Data' string identifier. (#3613)
This commit is contained in:
@@ -399,7 +399,7 @@
|
||||
{{if .Repository.UnitEnabled $.UnitTypeWiki}}
|
||||
<div class="ui small modal" id="delete-wiki-modal">
|
||||
<div class="header">
|
||||
{{.i18n.Tr "repo.settings.wiki-delete"}}
|
||||
{{.i18n.Tr "repo.settings.wiki_delete"}}
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="ui warning message text left">
|
||||
|
||||
Reference in New Issue
Block a user