Skip to content

Commit

Permalink
APIS-6150 - Removing extra full stop on deprecation warning (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteslater-ee authored Nov 30, 2022
1 parent 32a10bb commit de23989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<span class="govuk-warning-text__icon" aria-hidden="true">!</span>
<strong class="govuk-warning-text__text">
<span class="govuk-warning-text__assistive">Warning</span>
@{viewModel.deprecationMessage.getOrElse("This version is deprecated - it’s going to be removed.")}.
@{viewModel.deprecationMessage.getOrElse("This version is deprecated - it’s going to be removed")}.
</strong>
</div>
}
Expand Down

0 comments on commit de23989

Please sign in to comment.