aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/web/client/controller
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/traccar/web/client/controller')
-rw-r--r--src/org/traccar/web/client/controller/DeviceController.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/traccar/web/client/controller/DeviceController.java b/src/org/traccar/web/client/controller/DeviceController.java
index b884537..e9940aa 100644
--- a/src/org/traccar/web/client/controller/DeviceController.java
+++ b/src/org/traccar/web/client/controller/DeviceController.java
@@ -87,7 +87,7 @@ public class DeviceController implements ContentController, DeviceView.DeviceHan
}
@Override
public void onFailure(Throwable caught) {
- new AlertMessageBox("Error", "Device with this Unique ID already exists").show();
+ new AlertMessageBox("Error", "Device with this Unique ID already exists").show();
}
});
}
@@ -106,7 +106,7 @@ public class DeviceController implements ContentController, DeviceView.DeviceHan
}
@Override
public void onFailure(Throwable caught) {
- new AlertMessageBox("Error", "Device with this Unique ID already exists").show();
+ new AlertMessageBox("Error", "Device with this Unique ID already exists").show();
}
});
}