summaryrefslogtreecommitdiff
path: root/js/backoffice.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/backoffice.js')
-rw-r--r--js/backoffice.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/backoffice.js b/js/backoffice.js
index 4f11d54..7563580 100644
--- a/js/backoffice.js
+++ b/js/backoffice.js
@@ -111,6 +111,8 @@ function error_map(code){
the exchange";
case "2400":
return "Exchange timed out..";
+ case "2503":
+ return "Proposal not found.";
default:
return "Error code not given.";
@@ -588,7 +590,7 @@ function get_history(scroll, cb){
return;
}
if (0 == history.length){
- show_warning("No records found!");
+ show_warning("No more records..");
return;
}
if(0 < history.length){