diff --git a/src/locales/en.json b/src/locales/en.json index f8ae9ceb..6674140d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -359,6 +359,7 @@ "lab-card:status-3": "Synthesizing RNA", "lab-card:status-4": "Getting Data", "lab-card:status-5": "Results Posted", + "lab-card:status-6": "Archived", "page:comments-title": "Discussion", "page:comments-action": "Comment", "page:comments-enter": "Enter your comments here.", diff --git a/src/views/labs/LabsExplore/LabsExplore.vue b/src/views/labs/LabsExplore/LabsExplore.vue index 472e712f..3aa11dcb 100644 --- a/src/views/labs/LabsExplore/LabsExplore.vue +++ b/src/views/labs/LabsExplore/LabsExplore.vue @@ -1,9 +1,17 @@