Skip to content

Commit

Permalink
fix(fe:FSADT1-1503): Changed help modal title (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia authored Oct 4, 2024
1 parent c1af547 commit 1db6908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/MainHeaderComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const handleLogoutClick = (event) => {
@click.prevent="helpModalActive = true"
>
<template v-if="!isSmallScreen && !isMediumScreen">
<span>Help with application</span>
<span>Need help?</span>
<Help16 slot="icon" />
</template>
<template v-else>
Expand Down Expand Up @@ -288,7 +288,7 @@ const handleLogoutClick = (event) => {
<cds-modal-header>
<cds-modal-close-button></cds-modal-close-button>
<cds-modal-heading id="help-modal-heading">
Help with application
Need help?
</cds-modal-heading>
</cds-modal-header>
<cds-modal-body id="help-modal-body">
Expand Down

0 comments on commit 1db6908

Please sign in to comment.