Skip to content

Commit

Permalink
Chore: updated tile descriptions in Reg for external users
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-williams committed Nov 18, 2024
1 parent 47927a5 commit 54ef6b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 0 additions & 4 deletions bc_obps/common/fixtures/dashboard/bciers/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@
"value": false
}
]
},
{
"title": "Report an Event",
"href": "/registration/event"
}
]
},
Expand Down
15 changes: 10 additions & 5 deletions bc_obps/common/fixtures/dashboard/registration/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"title": "Register an Operation",
"icon": "File",
"content": "TBD here.",
"content": "Start a new registration here.",
"href": "/registration/register-an-operation",
"conditions": [
{
Expand All @@ -24,7 +24,7 @@
{
"title": "Register an Operation<sup style='color: red;'>*</sup><small> (action required)</small>",
"icon": "File",
"content": "TBD here.",
"content": "Start a new registration here.",
"href": "/registration/register-an-operation",
"conditions": [
{
Expand All @@ -36,10 +36,15 @@
]
},
{
"title": "Report an Event",
"title": "Report Transfers and Closures",
"icon": "File",
"content": "TBD here.",
"href": "/registration/event"
"content": "Report a transfer, closure, temporary shut down, or re-start for your operation or facility(s).",
"href": "/registration/event",
"conditions": [
{
"value": false
}
]
}
]
}
Expand Down

0 comments on commit 54ef6b9

Please sign in to comment.