summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 16ed6f6d4..f2a788243 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -24,7 +24,7 @@
<div id="app" ng-app="News">
<div id="undo-container">
<div undo-notification id="undo">
- <a href="#"><?php p($l->t('Undo deletion of ')); ?>{{ getCaption() }}</a>
+ <a href="#"><?php p($l->t('Undo deletion of %s', '{{ getCaption() }}')); ?></a>
</div>
</div>