Skip to content

Commit

Permalink
feat(#303): Update description texts
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Jun 27, 2023
1 parent 44c2b8d commit 8172f2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/pages/portal/curation/ManageCuration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="md-card-header contactus_radios md-card-header-flex">
<div class="md-card-header-text">
<div class="md-body-1">
Administrators can manage curations, like for example - delete, approve, and update curated samples status
Administrators can manage curations. Accepted actions include delete, approve, and update curated samples status
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe('ManageCuration.vue', () => {
})

it('renders text', () => {
expect(wrapper.find('.md-body-1').text()).toBe('Administrators can manage curations, like for example - delete, approve, and update curated samples status')
expect(wrapper.find('.md-body-1').text()).toBe('Administrators can manage curations. Accepted actions include delete, approve, and update curated samples status')
})

// Visual assertions
Expand Down
2 changes: 1 addition & 1 deletion resfulservice/src/graphql/resolver/contact/input.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ input updateContactInput {
}

"""
List of enumerable value selectable as purpose for requesting contact
List of enumerable values selectable as purpose for requesting contact
"""
enum Purpose {
"I want to ask a question"
Expand Down

0 comments on commit 8172f2c

Please sign in to comment.