From cb7ecd55483f47d4c64595646a42c33bc219da20 Mon Sep 17 00:00:00 2001
From: NRayya <82588017+NRayya@users.noreply.github.com>
Date: Thu, 1 Aug 2024 14:27:36 +0200
Subject: [PATCH] fix: replace the word "study" with "sample" fixes #1115
---
resources/js/App/Tour.vue | 4 ++--
resources/js/Pages/Public/Project/Samples.vue | 4 ++--
resources/js/Pages/Study/Index.vue | 2 +-
resources/js/Pages/Study/Layout.vue | 9 +++++----
resources/js/Pages/Study/Partials/Create.vue | 2 +-
resources/js/Pages/Study/Partials/Delete.vue | 2 +-
resources/js/Shared/Citation.vue | 10 +++++++++-
resources/js/Shared/Submission.vue | 8 ++++----
8 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/resources/js/App/Tour.vue b/resources/js/App/Tour.vue
index eb66012f..62805e3f 100644
--- a/resources/js/App/Tour.vue
+++ b/resources/js/App/Tour.vue
@@ -168,14 +168,14 @@ export default {
header: {
title: "Studies",
},
- content: `In this panel, you have a view of all the studies in the project with the datasets they include. `,
+ content: `In this panel, you have a view of all the samples in the project with the datasets they include. `,
},
{
target: "#tour-step-select-exp",
header: {
title: "Select Experiments",
},
- content: `You can navigate through different datasets (experiments) within the study through this dropdown.`,
+ content: `You can navigate through different datasets (experiments) within the sample through this dropdown.`,
},
{
target: "#tour-step-nmrium",
diff --git a/resources/js/Pages/Public/Project/Samples.vue b/resources/js/Pages/Public/Project/Samples.vue
index f7d778f5..98dc22d3 100644
--- a/resources/js/Pages/Public/Project/Samples.vue
+++ b/resources/js/Pages/Public/Project/Samples.vue
@@ -7,7 +7,7 @@
>