Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve contributor popover wording
Rūdolfs Ošiņš committed 2 years ago
commit 3d24c5f79f38c6dcbee7dfed52f8698e4a8d01a4
parent 6d7d7660d5ae78ed8a8d736e9b8ccdfdeed2a2ce
1 file changed +1 -1
modified src/views/projects/Source/Header.svelte
@@ -111,7 +111,7 @@
    </Button>
    <div class="txt-small" slot="popover">
      <div style:margin-bottom="1rem">Coming soon.</div>
-
      <div>Listing all contributors is not yet implemented.</div>
+
      <div>Listing contributors is not implemented yet.</div>
    </div>
  </HoverPopover>
</div>