Explorar el Código

Fix incorrect 'Erase Wiki Data' string identifier. (#3613)

tags/v1.5.0-dev
bugreport0 hace 6 años
padre
commit
595da53d3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      templates/repo/settings/options.tmpl

+ 1
- 1
templates/repo/settings/options.tmpl Ver fichero

@@ -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">

Cargando…
Cancelar
Guardar