Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix local node tooltip in the Sidebar
Sebastian Martinez committed 2 years ago
commit acbad456fdd3d8fe6b5f9acc8c66b3929b218350
parent 63122094df45c456a72f27d20b6277ec3b4219e6
2 files changed +2 -2
modified src/views/projects/Sidebar.svelte
@@ -318,7 +318,7 @@
            <Button
              stylePadding="0 0.75rem"
              variant="background"
-
              title="Help"
+
              title="Local node"
              slot="toggle"
              let:toggle
              on:click={toggle}>
modified src/views/projects/Sidebar/ContextHelp.svelte
@@ -43,7 +43,7 @@

<div class="help" class:popover>
  {#if $httpdStore.state === "stopped"}
-
    <div class="title txt-bold">Device not connected</div>
+
    <div class="title txt-bold">Local node not connected</div>
    <div>Click the Connect button in the top right corner to get started.</div>
  {:else if localProject === "notFound"}
    <div class="title txt-bold">Project not available locally</div>