From 53dadee3501a787e18232cab8416af6e6168ca65 Mon Sep 17 00:00:00 2001
From: Laxystem <the@laxla.quest>
Date: Sun, 7 Apr 2024 10:00:43 +0000
Subject: [PATCH] Made "no key to sign this commit with" error more clear

---
 options/locale/locale_en-US.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 95643bbf7e..293b834330 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1976,7 +1976,7 @@ milestones.filter_sort.least_issues = Least issues
 
 signing.will_sign = This commit will be signed with key "%s".
 signing.wont_sign.error = There was an error whilst checking if the commit could be signed.
-signing.wont_sign.nokey = There is no key available to sign this commit.
+signing.wont_sign.nokey = This instance has no key to sign this commit with.
 signing.wont_sign.never = Commits are never signed.
 signing.wont_sign.always = Commits are always signed.
 signing.wont_sign.pubkey = The commit will not be signed because you do not have a public key associated with your account.