diff --git a/src/components/GeneLiteratureCard/GeneLiteratureCard.vue b/src/components/GeneLiteratureCard/GeneLiteratureCard.vue
index c631da8..59e9102 100644
--- a/src/components/GeneLiteratureCard/GeneLiteratureCard.vue
+++ b/src/components/GeneLiteratureCard/GeneLiteratureCard.vue
@@ -255,7 +255,7 @@ watch(
Literature
- Top 10 from PubTator 3
+ Top results from PubTator 3
{{ errorMessage }}
@@ -443,7 +443,7 @@ watch(
:append-icon="showAllResults ? 'mdi-chevron-up' : 'mdi-chevron-down'"
@click="showAllResults = !showAllResults"
>
- {{ showAllResults ? 'Hide' : 'Show' }} all results
+ {{ showAllResults ? 'Show less' : 'Show more' }}
{
expect(headers[0].text()).toBe('Gene')
expect(headers[1].text()).toBe('Transcript')
expect(headers[2].text()).toBe('Consequence')
- expect(headers[3].text()).toBe('HGVS.p')
- expect(headers[4].text()).toBe('HGVS.t')
+ expect(headers[3].text()).toBe('HGVS.t')
+ expect(headers[4].text()).toBe('HGVS.p')
expect(headers[5].text()).toBe('Exon/Intron')
})
})
diff --git a/src/components/SeqvarConsequencesCard/SeqvarConsequencesCard.vue b/src/components/SeqvarConsequencesCard/SeqvarConsequencesCard.vue
index 0613e2f..8a1181a 100644
--- a/src/components/SeqvarConsequencesCard/SeqvarConsequencesCard.vue
+++ b/src/components/SeqvarConsequencesCard/SeqvarConsequencesCard.vue
@@ -45,8 +45,8 @@ const props = withDefaults(
Gene |
Transcript |
Consequence |
- HGVS.p |
HGVS.t |
+ HGVS.p |
Exon/Intron |