From ed180692e3fb9862667a44797a135097a4930d65 Mon Sep 17 00:00:00 2001 From: Luveluen Date: Thu, 23 Jan 2014 09:36:32 +0100 Subject: [PATCH] Update create-group.jade --- views/options/social/create-group.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/options/social/create-group.jade b/views/options/social/create-group.jade index be8541558c..1238b4c9c7 100644 --- a/views/options/social/create-group.jade +++ b/views/options/social/create-group.jade @@ -19,7 +19,7 @@ form.form-horizontal(ng-submit='create(newGroup)') input.btn(type='submit', ng-disabled='!newGroup.privacy && !newGroup.name', value=env.t('create')) span.gem-cost '4' + =env.t('gems') p - small=env.t('gemcost') + small=env.t('gemCost') .control-group(ng-show='type=="party"') .controls input.btn(type='submit', value=env.t('create'))