Skip to content

Commit accd6d2

Browse files
committed
On Prem --> OnPrem
1 parent 6b3542d commit accd6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/frontend/compute/onprem-config.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function OnPremCloudConfiguration({
7777
if (!editable || !project_id) {
7878
return (
7979
<div>
80-
On Prem {configuration.arch == "arm64" ? "ARM64" : "x86_64"} Linux VM
80+
OnPrem {configuration.arch == "arm64" ? "ARM64" : "x86_64"} Linux VM
8181
{configuration.gpu ? " that has an NVIDIA GPU" : ""}.
8282
</div>
8383
);
@@ -91,7 +91,7 @@ export default function OnPremCloudConfiguration({
9191
<div style={{ marginBottom: "30px" }}>
9292
<div style={{ color: "#666", marginBottom: "15px" }}>
9393
<div style={{ color: "#666", marginBottom: "5px" }}>
94-
<b>On Prem Compute Server</b>
94+
<b>OnPrem Compute Server</b>
9595
</div>
9696
You can connect your own <b>Ubuntu 22.04 Virtual Machine</b> to this
9797
CoCalc project and seamlessly run Jupyter notebooks and terminals on it.

0 commit comments

Comments
 (0)