aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/group_perm.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/admin/group_perm.tpl')
-rw-r--r--template/yoga/admin/group_perm.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/yoga/admin/group_perm.tpl b/template/yoga/admin/group_perm.tpl
index 938c9f1d6..1dded1291 100644
--- a/template/yoga/admin/group_perm.tpl
+++ b/template/yoga/admin/group_perm.tpl
@@ -1,8 +1,8 @@
-<!-- DEV TAG: not smarty migrated -->
-<h2>{TITLE}</h2>
+{* $Id *}
+<h2>{$TITLE}</h2>
-<form method="post" action="{F_ACTION}">
- {DOUBLE_SELECT}
+<form method="post" action="{$F_ACTION}">
+ {$DOUBLE_SELECT}
</form>
-<p>{lang:Only private categories are listed}</p>
+<p>{'Only private categories are listed'|@translate}</p>