Skip to content

Commit

Permalink
s/flowforge/flowfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Nov 7, 2023
1 parent 270c42b commit 7f80c16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nodes/config/ui_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

// convert to i18 text
function c_ (x) {
return RED._('@flowforge/node-red-dashboard/ui-base:ui-base.' + x)
return RED._('@flowfuse/node-red-dashboard/ui-base:ui-base.' + x)
}

function hasProperty (obj, prop) {
Expand Down Expand Up @@ -572,7 +572,7 @@
pinned: true,
disableOnEdit: true,
iconClass: 'fa fa-bar-chart',
action: '@flowforge/node-red-dashboard:show-dashboard-2.0-tab',
action: '@flowfuse/node-red-dashboard:show-dashboard-2.0-tab',
onchange: function () {
sidebar.empty()
RED.nodes.eachConfig(function (n) {
Expand All @@ -586,8 +586,8 @@
}
})

RED.actions.add('@flowforge/node-red-dashboard:show-dashboard-2.0-tab', function () {
RED.sidebar.show('flowforge-nr-tools')
RED.actions.add('@flowfuse/node-red-dashboard:show-dashboard-2.0-tab', function () {
RED.sidebar.show('flowfuse-nr-tools')
})

/**
Expand All @@ -597,7 +597,7 @@
_create: function () {
// convert to i18 text
function c_ (x) {
return RED._(`@flowforge/node-red-dashboard/ui-base:ui-base.${x}`)
return RED._(`@flowfuse/node-red-dashboard/ui-base:ui-base.${x}`)
}

const thisWidget = this
Expand Down

0 comments on commit 7f80c16

Please sign in to comment.