We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ac2f1 commit a975d09Copy full SHA for a975d09
html-templates/projects/projectSaved.tpl
@@ -1,6 +1,6 @@
1
{extends designs/site.tpl}
2
3
-{block title}Saved {$data->Title|escape} — Projects — {$dwoo.parent}{/block}
+{block title}{_ 'Saved'} {$data->Title|escape} — {_ 'Projects'} — {$dwoo.parent}{/block}
4
5
{block content}
6
{$Project = $data}
@@ -15,4 +15,4 @@
15
{else}
16
<p>{_("Your changes to %s have been saved.")|sprintf:$projectLink}</p>
17
{/if}
18
-{/block}
+{/block}
0 commit comments