Skip to content
Snippets Groups Projects
Commit 17d1b780 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#338 - show correct name in delete modal

parent 8417b0f0
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
<div id="modalConfirmDelete" class="modal background-color">
<div class="modal-content">
<h4>${locale.getString("info.title.template.delete")}</h4>
<p>${locale.getString("info.text.template.delete", currentTemplate.getName())}</p>
<p>${locale.getString("info.text.template.delete", currentTemplate.getTemplateName())}</p>
</div>
<div class="modal-footer background-color">
<a href="<@s.url '/templates'/>" class="modal-action modal-close waves-effect waves-light red btn-flat white-text">${locale.getString("cancel")}</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment