Skip to content

Commit

Permalink
Label Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Nov 20, 2024
1 parent 78f0299 commit 4d4aa54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
/>

<h3 class="mt-4">
Location of {{ getMhrSubProduct === MhrSubTypes.DEALERS ? 'Dealer Home(s)' : 'Manufactured Home(s)' }}
Location of Manufactured Home(s)
</h3>
</article>

Expand Down
3 changes: 1 addition & 2 deletions ppr-ui/src/views/userAccess/QsInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,14 @@
v-if="[MhrSubTypes.MANUFACTURER, MhrSubTypes.DEALERS].includes(getMhrSubProduct)"
class="manufacturer-home-location-form mt-8"
>
<h2>Location of Manufactured Home(s)</h2>
<template v-if="getMhrSubProduct === MhrSubTypes.MANUFACTURER">
<h2>Location of Manufactured Home(s)</h2>
<p class="mt-1">
Enter the civic address of the manufacturer’s lot/premises where the homes are located. This address will
display as the registered location for homes owned by the manufacturer.
</p>
</template>
<template v-else>
<h2>Location of Dealer Home(s)</h2>
<p class="mt-1">
Enter the civic address of the dealer’s lot/premises where the homes are located. This address will display
as the registered location for homes owned by the dealer.
Expand Down

0 comments on commit 4d4aa54

Please sign in to comment.