diff --git a/frontend/src/components/DevicesBrowser.vue b/frontend/src/components/DevicesBrowser.vue
index d09af5ee5f..7488fdc548 100644
--- a/frontend/src/components/DevicesBrowser.vue
+++ b/frontend/src/components/DevicesBrowser.vue
@@ -153,12 +153,12 @@
You can deploy
- A full list of your Team's Devices are available
- A full list of your Team's Devices are available
If you want your device to be automatically registered to an instance, in order to remotely deploy flows, you can use provisioning tokens
- in your
Further info on Devices can be found
diff --git a/frontend/src/pages/team/Instances.vue b/frontend/src/pages/team/Instances.vue
index 0bb9e28c7b..7a2ef6d22e 100644
--- a/frontend/src/pages/team/Instances.vue
+++ b/frontend/src/pages/team/Instances.vue
@@ -70,12 +70,12 @@
Get Started with your First Node-RED Instance
- Instances are managed in FlowFuse via
You can create your first Instance when creating your first Application, or add an Instance to an existing Application if you have one.
diff --git a/frontend/src/pages/team/routes.js b/frontend/src/pages/team/routes.js
index 7ab8ec4384..b583013a7b 100644
--- a/frontend/src/pages/team/routes.js
+++ b/frontend/src/pages/team/routes.js
@@ -239,7 +239,7 @@ export default [
backTo: ({ team }) => {
return {
label: 'Back to Dashboard',
- to: { name: 'Team', params: { team_slug: team.slug } }
+ to: { name: 'Team', params: { team_slug: team?.slug } }
}
}
}