From 49ed3ce0481d116661ee6d82acd9f4a146fefce3 Mon Sep 17 00:00:00 2001 From: Rafael Araujo Lehmkuhl Date: Fri, 24 Nov 2023 19:14:43 -0300 Subject: [PATCH] Change name of the default Boat and ROV profiles --- src/assets/defaults.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/defaults.ts b/src/assets/defaults.ts index 24cadf37a..4b6f08304 100644 --- a/src/assets/defaults.ts +++ b/src/assets/defaults.ts @@ -19,7 +19,7 @@ const defaultMiniWidgetManagerVars = { export const defaultGlobalAddress = process.env.NODE_ENV === 'development' ? 'blueos.local' : window.location.hostname export const widgetProfiles: Profile[] = [ { - name: 'Default submarine profile', + name: 'ROV default', hash: 'c2bcf04d-048f-496f-9d78-fc4002608028', views: [ { @@ -182,7 +182,7 @@ export const widgetProfiles: Profile[] = [ ], }, { - name: 'Default boat profile', + name: 'Boat default', hash: 'adb7d856-f2e5-4980-aaeb-c39c1fa3562b', views: [ {