Fixed international problem in JavaScript file
This commit is contained in:
parent
adf3fe68b0
commit
c3989308fa
3 changed files with 14 additions and 5 deletions
|
|
@ -98,6 +98,11 @@ our $I18N = {
|
|||
context => q{General item in asset select list},
|
||||
},
|
||||
|
||||
'first_row_error_msg' => {
|
||||
message => q|The first row may not be deleted. Please adjust your query appropriately|,
|
||||
lastUpdated => 1078852836,
|
||||
context => q{Error message in javascript},
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue