Skip to content

Commit 1cbb13a

Browse files
committed
change equella references to openEQUELLA in manager
1 parent 7645229 commit 1cbb13a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Installer/src/com/dytech/edge/installer/application/ManagerCallback.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void task(Wizard installer)
4242
result = JOptionPane
4343
.showConfirmDialog(
4444
parent,
45-
"You have not specified a port for EQUELLA manager to run on. Should we use the default port (3000)?", "Warning", //$NON-NLS-1$ //$NON-NLS-2$
45+
"You have not specified a port for openEQUELLA manager to run on. Should we use the default port (3000)?", "Warning", //$NON-NLS-1$ //$NON-NLS-2$
4646
JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE);
4747
if( result == JOptionPane.YES_OPTION )
4848
{

Source/Tools/UpgradeManager/resources/templates/page.st

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>EQUELLA Manager</title>
3+
<title>openEQUELLA Manager</title>
44

55
<link rel="stylesheet" type="text/css" href="/application.css" />
66
<link rel="stylesheet" type="text/css" href="/tabs/ui.tabs.css" />
@@ -18,13 +18,13 @@
1818
</head>
1919
<body>
2020
<div id="title">
21-
<h1>EQUELLA Manager</h1>
21+
<h1>openEQUELLA Manager</h1>
2222
</div>
2323
<div id="content">
2424
$content$
2525
</div>
2626
<div id="footer">
27-
EQUELLA Manager $managerversion$
27+
openEQUELLA Manager $managerversion$
2828
</div>
2929
</body>
3030
</html>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$("templates/page")(script={
22
window.setTimeout('document.location = "/pages/"', 10000);
33
}, content={
4-
<p>Restarting the EQUELLA Manager. Please wait a few seconds...</p>
4+
<p>Restarting the openEQUELLA Manager. Please wait a few seconds...</p>
55
})$

0 commit comments

Comments
 (0)