summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/fieldvalues/list.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/fieldvalues/list.html.tmpl')
-rw-r--r--template/en/default/admin/fieldvalues/list.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/fieldvalues/list.html.tmpl b/template/en/default/admin/fieldvalues/list.html.tmpl
index 2b6aedb6f..d84f9a59d 100644
--- a/template/en/default/admin/fieldvalues/list.html.tmpl
+++ b/template/en/default/admin/fieldvalues/list.html.tmpl
@@ -16,7 +16,7 @@
[%# INTERFACE:
# values: array of hashes having the following properties:
# - name: string; The value.
- # - sortkey: number; The sortkey used to order the value when
+ # - sortkey: number; The sortkey used to order the value when
# displayed to the user in a list.
#
# field: object; the field we are editing values for.
@@ -41,12 +41,12 @@
[% columns = [
- {
+ {
name => "name"
heading => "Edit field value..."
contentlink => edit_contentlink
},
- {
+ {
name => "sortkey"
heading => "Sortkey"
},