Skip to content

Commit 2de4da4

Browse files
authored
Cric 2223 move circleci to GitHub actions (#1970)
1 parent e6c16ba commit 2de4da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/components/TopNavigationMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ const TopNavigationMenu = hh(class TopNavigationMenu extends Component {
201201
h(Link, { className: "navbar-brand", to: { pathname: Storage.userIsLogged() ? UrlConstants.index : '/' } }, [
202202
span({}, [
203203
"ORSP Portal ",
204-
span({ isRendered: component.env === 'development', className: "label label-danger" }, ["Dev"])
204+
span({ isRendered: component.env === 'development', className: "label label-danger" }, ["Dev-Instance"])
205205
])
206206
]),
207207
h(ResponsiveMenu, {

0 commit comments

Comments
 (0)