We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99af32b commit ceb769cCopy full SHA for ceb769c
src/app/pages/profile/profile.component.ts
@@ -295,7 +295,7 @@ interface MediaItem {
295
<div *ngSwitchCase="'members'" class="profile-section">
296
<h2>Team Members</h2>
297
<p class="helper-text">
298
- Add Nostr public keys of team members who can manage this project.
+ Add Nostr public keys of team members, their profiles will be listed on the project page. This does not give them permissions to edit the project.
299
</p>
300
301
<div class="members-container">
0 commit comments