Fixed field syntax error validation message.
This commit is contained in:
parent
9f68f0a41b
commit
68d8eab74d
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ class MainActivity : AppCompatActivity(), AnkoLogger {
|
|||
if (field == null) {
|
||||
errors.append(getString(
|
||||
R.string.validate_syntax_error,
|
||||
"opts[${i+j}], field[$j]"))
|
||||
"opts[${i+1}], field[$j]"))
|
||||
} else {
|
||||
with(field) {
|
||||
// size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue