Skip to content

Commit 0b38131

Browse files
committed
#433 fix(incorrect i18n number)
1 parent 4c56dad commit 0b38131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/assets/javascripts/spApp/service/toolExportSampleService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"input": [
2424
{
2525
"name": "area",
26-
"description": $i18n(382,"Select area."),
26+
"description": $i18n(420,"Select area."),
2727
"type": "area",
2828
"constraints": {
2929
"min": 1,

0 commit comments

Comments
 (0)