From dd4accf56f0bb84edfc52ada475722490cb34392 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 2 Apr 2014 15:36:07 +0200 Subject: [PATCH] fix(i18n): group name --- views/options/social/create-group.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/options/social/create-group.jade b/views/options/social/create-group.jade index 7fd8059596..6217bcb58c 100644 --- a/views/options/social/create-group.jade +++ b/views/options/social/create-group.jade @@ -2,8 +2,7 @@ .row form.col-md-12.form-horizontal(ng-submit='create(newGroup)') .form-group - label.control-label(for='new-group-name') - env.t('newGroupName', {groupType: "{{text}}"}) + label.control-label(for='new-group-name')=env.t('newGroupName', {groupType: "{{text}}"}) input.form-control#new-group-name.input-medium.option-content(required, type='text', placeholder=env.t('newGroupName', {groupType: "{{text}}"}), ng-model='newGroup.name') .form-group label(for='new-group-description')=env.t('description')