notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit da1277442467f47251529231dda3ecb6afbd7479
parent c826ec06ee45d9b78734ea184bdfbab0e9bc798e
Author: alltheseas <64376233+alltheseas@users.noreply.github.com>
Date:   Thu, 20 Nov 2025 14:12:45 -0600

Update context.rs

changed terminology from "copy neventID" to "copy noteID"
Diffstat:
Mcrates/notedeck_ui/src/note/context.rs | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/crates/notedeck_ui/src/note/context.rs b/crates/notedeck_ui/src/note/context.rs @@ -74,8 +74,8 @@ impl NoteContextButton { if ui .button(tr!( i18n, - "Copy nevent Link", - "Copy the damus.io nevent link for this note to clipboard" + "Copy note Link", + "Copy the damus.io note link for this note to clipboard" )) .clicked() { @@ -109,8 +109,8 @@ impl NoteContextButton { if ui .button(tr!( i18n, - "Copy nevent ID", - "Copy the nevent identifier to clipboard" + "Copy note ID", + "Copy the note identifier to clipboard" )) .clicked() {