diff --git a/app/views/settings/_nostr.html.erb b/app/views/settings/_nostr.html.erb
index c01f3a3..edd8469 100644
--- a/app/views/settings/_nostr.html.erb
+++ b/app/views/settings/_nostr.html.erb
@@ -31,7 +31,9 @@
- Log in with Nostr (no password needed)
- Verified Nostr address
+ <% if Setting.lndhub_enabled? %>
- Receive zaps in your Lightning account
+ <% end %>
<% if Setting.nostr_relay_url.present? %>
- Publish notes on <%= link_to "our relay", Setting.nostr_relay_url_http, class: "ks-text-link", target: "_blank" %>
<% end %>