upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-11-22 17:14:01 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-11-22 17:14:01 +0000
commitc6866d621e02205343b175d929785c8a73022806 (patch)
tree66210325305a274dd84d5f9f6c1ce7450c3956d0 /src/lib
parent00eecf19b92d161ab4d18ed4eac2cced1b9db028 (diff)
feat(login): tweak local login wording
because a user might be logged in to the same account locally and globally
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/login/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/login/mod.rs b/src/lib/login/mod.rs
index cf62d85..d2725e7 100644
--- a/src/lib/login/mod.rs
+++ b/src/lib/login/mod.rs
@@ -74,7 +74,7 @@ fn print_logged_in_as(
74 user_ref.metadata.name, 74 user_ref.metadata.name,
75 match source { 75 match source {
76 SignerInfoSource::CommandLineArguments => " via cli arguments", 76 SignerInfoSource::CommandLineArguments => " via cli arguments",
77 SignerInfoSource::GitLocal => " just to local repository", 77 SignerInfoSource::GitLocal => " to local repository",
78 SignerInfoSource::GitGlobal => "", 78 SignerInfoSource::GitGlobal => "",
79 } 79 }
80 ); 80 );