Skip to content

Commit 0ea286e

Browse files
committed
Fix the JS lint issue
(cherry picked from commit 2739516)
1 parent 653bbb5 commit 0ea286e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js_src/rdm.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,8 @@ angular.module('rdmApp', [])
506506
var data = return_data[1];
507507

508508
if (data.length !== RDM.EUID_SIZE) {
509-
$scope.error = 'Invalid EUID: insufficent data, should be 16 bytes';
509+
$scope.error = 'Invalid EUID: incorrect amount of data, should be ' +
510+
'16 bytes';
510511
return;
511512
}
512513

0 commit comments

Comments
 (0)