mirror of
https://github.com/dergigi/boris.git
synced 2025-12-24 18:14:21 +01:00
feat: use nostr-native language in login description
Change 'Login to see' → 'Connect your nostr npub to see' More specific and aligned with nostr terminology
This commit is contained in:
@@ -80,7 +80,7 @@ const LoginOptions: React.FC = () => {
|
||||
<div className="login-content">
|
||||
<h2 className="login-title">Hi! I'm Boris.</h2>
|
||||
<p className="login-description">
|
||||
Login to see your bookmarks, explore long-form articles, and create <mark className="login-highlight">your own highlights</mark>.
|
||||
Connect your nostr npub to see your bookmarks, explore long-form articles, and create <mark className="login-highlight">your own highlights</mark>.
|
||||
</p>
|
||||
|
||||
<div className="login-buttons">
|
||||
|
||||
Reference in New Issue
Block a user