Fix typo in l10n variable.
[Sone.git] / src / main / resources / templates / deleteSone.html
index 847e61d..cc6023f 100644 (file)
@@ -1,6 +1,6 @@
 <%include include/head.html>
 
-       <h1><%= Page.DeleteSone.Page.Title|l10n|replace needle="{zone}" replacementKey=currentSone.name|html></h1>
+       <h1><%= Page.DeleteSone.Page.Title|l10n|replace needle="{sone}" replacementKey=currentSone.name|html></h1>
 
        <p><%= Page.DeleteSone.Page.Description|l10n|html></p>