Skip to content

Commit

Permalink
fix(ui): typos community setup screen
Browse files Browse the repository at this point in the history
This commit fixes found typos in the new setup screen meant for community
new users.
  • Loading branch information
luannmoreira authored and gustavosbarreto committed Nov 5, 2024
1 parent 484a845 commit ddd0ca0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ui/src/views/Setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
data-test="user-status-alert"
/>
<form @submit.prevent="setupAccount">
<v-card-title class="text-center" data-test="welcome-title">Welcome to Shellhub!</v-card-title>
<v-card-title class="text-center" data-test="welcome-title">Welcome to ShellHub!</v-card-title>
<v-window v-model="el">
<v-window-item :value="1">
<v-card-subtitle style="white-space: normal;" data-test="subtitle-1">
Expand Down Expand Up @@ -37,7 +37,7 @@
variant="tonal"
block
>
Create account
Setup
</v-btn>
</v-container>
</v-window-item>
Expand Down Expand Up @@ -117,7 +117,7 @@
variant="tonal"
block
>
Setup
Create Account
</v-btn>
</v-card-actions>
</v-window-item>
Expand Down
4 changes: 2 additions & 2 deletions ui/tests/views/__snapshots__/Setup.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`Setup Account > Renders the component 1`] = `
"<div class=\\"v-container v-locale--is-ltr pb-0 mb-0\\">
<!--v-if-->
<form>
<div class=\\"v-card-title text-center\\" data-test=\\"welcome-title\\">Welcome to Shellhub!</div>
<div class=\\"v-card-title text-center\\" data-test=\\"welcome-title\\">Welcome to ShellHub!</div>
<div class=\\"v-window v-theme--light\\">
<div class=\\"v-window__container\\">
<transition-stub appear=\\"false\\" persisted=\\"false\\" css=\\"true\\" disabled=\\"true\\">
Expand Down Expand Up @@ -57,7 +57,7 @@ exports[`Setup Account > Renders the component 1`] = `
<!---->
</div>
</div><button type=\\"submit\\" class=\\"v-btn v-btn--block v-btn--disabled v-theme--light text-primary v-btn--density-default v-btn--size-default v-btn--variant-tonal\\" disabled=\\"\\" data-test=\\"sign-btn\\"><span class=\\"v-btn__overlay\\"></span><span class=\\"v-btn__underlay\\"></span>
<!----><span class=\\"v-btn__content\\" data-no-activator=\\"\\"> Create account </span>
<!----><span class=\\"v-btn__content\\" data-no-activator=\\"\\"> Setup </span>
<!---->
<!---->
</button>
Expand Down

0 comments on commit ddd0ca0

Please sign in to comment.