Skip to content

Commit

Permalink
change lxc to lxd
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Dec 9, 2024
1 parent acc9ba3 commit fe1e797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/opsmaru_web/live/home_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ defmodule OpsmaruWeb.HomeLive do
<%= gettext("Access your cluster") %>
</h3>
<p class="mt-1 text-2xl/8 font-medium tracking-tight text-white">
<%= gettext("SSH / LXC CLI Access") %>
<%= gettext("SSH / LXD CLI Access") %>
</p>
<p class="mt-2 max-w-[600px] text-sm/6 text-slate-400">
<%= gettext(
"Get full unfettered access to your cluster with SSH or LXC CLI. Whether you want host access via SSH or container access via LXD CLI, Opsmaru has you covered."
"Get full unfettered access to your cluster with SSH or LXD CLI. Whether you want host access via SSH or container access via LXD CLI, Opsmaru has you covered."
) %>
</p>
</div>
Expand Down

0 comments on commit fe1e797

Please sign in to comment.