notedeck

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

commit a37ca5cc3889150ca5a7b927bb8039e89d2ac43c
parent da1277442467f47251529231dda3ecb6afbd7479
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  4 Dec 2025 01:13:21 -0800

context: fix capitalization

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck_ui/src/note/context.rs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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