Skip to content

Commit 507df9a

Browse files
committed
Correct dialog box
1 parent dc2e80b commit 507df9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laboratory/resources/web/laboratory/panel/AssayImportPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Ext4.define('Laboratory.panel.AssayImportPanel', {
8080
Ext4.Msg.hide();
8181
switch(action.failureType){
8282
case 'client':
83-
Ext4.Msg.alert("One or more fields has a missing or improper value");
83+
Ext4.Msg.alert("Error", "One or more fields has a missing or improper value");
8484
break;
8585
default:
8686
this.handleFailure(action.response);

0 commit comments

Comments
 (0)