Skip to content

Commit

Permalink
Translate field labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Prein committed Apr 21, 2016
1 parent 47d567b commit 60e1a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AmFormsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function getReleaseFeedUrl()
*/
public function getVersion()
{
return '1.3.7';
return '1.3.8';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion templates/_display/templates/field.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="form__label">
{% if label -%}
<label{% if required is defined and required %} class="required"{% endif %}{% if handle %} for="{{ handle }}"{% endif %}>
{{ label|raw }}
{{ label|raw|t }}
</label>
{% endif %}
{% if instructions -%}
Expand Down

0 comments on commit 60e1a4d

Please sign in to comment.