summaryrefslogtreecommitdiffstats
path: root/modules-available/translation/templates/edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/translation/templates/edit.html')
-rw-r--r--modules-available/translation/templates/edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/translation/templates/edit.html b/modules-available/translation/templates/edit.html
index 7a41d9b4..15e69f3b 100644
--- a/modules-available/translation/templates/edit.html
+++ b/modules-available/translation/templates/edit.html
@@ -35,7 +35,7 @@
<td class="col-sm-4" id="tagid-{{tagid}}">
{{^big}}
- <input type="text" class="form-control switchable {{#missing}}txt-empty{{/missing}}" value="{{translation}}" ondblclick="slxMb(this)" name="lang#!#{{tag}}" placeholder="{{placeholder}}">
+ <input type="text" class="form-control switchable {{#missing}}txt-empty{{/missing}}" value="{{translation}}" ondblclick="slxMb(this)" name="langtag[{{tag}}]" placeholder="{{placeholder}}">
{{/big}}
{{#big}}
<textarea rows="3" class="form-control {{#missing}}txt-empty{{/missing}}" name="lang#!#{{tag}}" placeholder="{{placeholder}}">{{translation}}</textarea>