Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix formatting
Rūdolfs Ošiņš committed 2 years ago
commit 199802a3a31cf5169ae8f915ba9caf71e63452df
parent cc2ff9aa9a25c7c29cd60da72414eaf58873af9c
1 file changed +3 -3
modified src/views/projects/Header/SeedButton.svelte
@@ -125,9 +125,9 @@
    {#if $experimental && canEditSeeding && seeding}
      <div class="seed-label txt-bold">Stop seeding</div>
      <div class="seed-label">
-
        Are you sure you want to stop seeding this repository? If you don't seed a
-
        repository it won't appear in the local repositories section anymore and any
-
        changes you make to it won't propagate to the network.
+
        Are you sure you want to stop seeding this repository? If you don't seed
+
        a repository it won't appear in the local repositories section anymore
+
        and any changes you make to it won't propagate to the network.
      </div>
      <Button
        styleWidth="100%"