What changed, and why it matters
This commit adds a single new translation string to the application's default translation file. It is a localization-only change with no security relevance.
No action required; this is a benign localization update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds one English source string (‘Translation {0} cannot be uninstalled because it is used as fallback by: {1}’) to BTCPayServer/Plugins/Translations/Translations.Default.cs. There are no code logic changes, no executable changes, and no security-sensitive modifications.
Changed components
BTCPayServer/Plugins/Translations/Translations.Default.csInspect captured patch +1 / −0
diff --git a/BTCPayServer/Plugins/Translations/Translations.Default.cs b/BTCPayServer/Plugins/Translations/Translations.Default.cs
index 08e4ed5..dc908d3 100644
--- a/BTCPayServer/Plugins/Translations/Translations.Default.cs
+++ b/BTCPayServer/Plugins/Translations/Translations.Default.cs
@@ -2019,6 +2019,7 @@ namespace BTCPayServer.Plugins.Translations
"Transaction successfully signed": "",
"transactions": "",
"Transactions": "",
+ "Translation {0} cannot be uninstalled because it is used as fallback by: {1}": "",
"Translation {0} deleted": "",
"Translation {0} is not user-installed and cannot be uninstalled": "",
"Translation {0} is the currently selected one and cannot be uninstalled": "",
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.