Skip to content

Commit

Permalink
Merge pull request #448 from JonTaylorBCGov2/jon/CSOCA-513
Browse files Browse the repository at this point in the history
CSOCA-513: Update wording missing the "or change" component
  • Loading branch information
JonTaylorBCGov2 authored Dec 7, 2023
2 parents 4dd0ec1 + a4bc8ed commit 5e9321f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/src/components/process/Form8/StartForm8.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<b-card border-variant="light" bg-variant="light" class="my-2 mx-4">

<b-row class="ml-5" style="font-size: 2rem;">
Notice of Application To Vary an Order of a Justice
Notice of Application To Vary or Cancel an Order of a Justice
</b-row>
<b-row class="ml-5" style="font-size: 14px;">
Form 8 - Rule 62(2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export default class Form8StyleOfProceeding extends Vue {
data: {
data:this.form8Info,
type:'Form8',
description:'Notice of Application to Vary an Order of a Justice'
description:'Notice of Application to Vary or Change an Order of a Justice'
}
}
this.saveInfo(options, draft);
Expand All @@ -401,7 +401,7 @@ export default class Form8StyleOfProceeding extends Vue {
data: {
data:this.form8Info,
type:'Form8',
description:'Notice of Application to Vary an Order of a Justice'
description:'Notice of Application to Vary or Change an Order of a Justice'
}
}
this.saveInfo(options, draft);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<b-row class="ml-5 my-3" style="font-size: 14px;">
<b-col cols="10">
<div class="h3 text-white bg-dark p-3 text-center" style="margin: 0.5rem 0; width:60rem; border-radius:10px; ">
<div class="my-3">There has been an error while attempting to E-File your Notice of Application to Vary An Order of a Justice.</div>
<div class="my-3">There has been an error while attempting to E-File your Notice of Application to Vary or Change An Order of a Justice.</div>
<div class="text-warning my-5">Error Message: {{errMsg}}</div>
<div class="my-3">
Please try again. If this error persists contact
Expand Down

0 comments on commit 5e9321f

Please sign in to comment.