diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js
index c9a45f3..047aece 100644
--- a/ccp/js/executionhistorycontroller.js
+++ b/ccp/js/executionhistorycontroller.js
@@ -30,6 +30,7 @@ class CCPExecutionHistory extends HTMLElement {
"archive_execution_help" : "Archive whole execution to workspace folder",
"archive_outputs_help" : "Archive only outputs to workspace folder",
"re-submit_help" : "Re submit this exact execution",
+ "re-submit" : "Re-submit",
"delete_help" : "Delete this execution",
"generate_code" : "Generate code for",
"generate_code_help" : "Generate code that replicates this exact execution on a chosen programming language or runtime",
@@ -41,12 +42,17 @@ class CCPExecutionHistory extends HTMLElement {
"confirm_import_file" : "Please confirm importing of execution from file",
"confirm_delete_execution" : "Please confirm deletion of this execution",
"confirm_delete_archived_execution" : "Please confirm deletion of this archived execution from your workspace.",
+ "confirm_archive_execution" : "Confirm archiving of this execution to workspace.",
+ "confirm_archive_outputs" : "Confirm archiving of outputs to workspace.",
+ "confirm_reexecution" : "Confirm resubmission of this execution",
"live_executions" : "Live executions",
"archived_executions" : "Archived executions",
"restore_execution_help" : "Restore this archived execution back to CCP",
"infrastructure_help" : "The infrastructure where this execution has been scheduled on",
"runtime_help" : "The runtime where this execution has been scheduled on",
- "loading_archived_help" : "Loading archived executions from workspace. This can take a while."
+ "loading_archived_help" : "Loading archived executions from workspace. This can take a while.",
+ "err_reexecute" : "Unable to re-submit the execution. Please check console for further info",
+ "err_generate_code_for" : "Unable to generate code for "
}
}
@@ -142,7 +148,7 @@ class CCPExecutionHistory extends HTMLElement {