What changed, and why it matters
This commit simply adds 'Norwegian' as a new language option in a dropdown list inside an administrative view. There is no security relevance: no code logic, permissions, data handling, or user input processing changed.
No security action needed. This is a routine localization/UI addition.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds one line to BTCPayServer/Views/UIServer/ListDictionaries.cshtml, an ASP.NET Core Razor view that renders a language selection dropdown. No controller, model, validation, or security-sensitive code is modified.
Changed components
BTCPayServer/Views/UIServer/ListDictionaries.cshtmlInspect captured patch +1 / −0
diff --git a/BTCPayServer/Views/UIServer/ListDictionaries.cshtml b/BTCPayServer/Views/UIServer/ListDictionaries.cshtml
index 1c3abea..2a1a4e5 100644
--- a/BTCPayServer/Views/UIServer/ListDictionaries.cshtml
+++ b/BTCPayServer/Views/UIServer/ListDictionaries.cshtml
@@ -99,6 +99,7 @@
<option value="Indonesian">Indonesian</option>
<option value="Italian">Italian</option>
<option value="Japanese">Japanese</option>
+ <option value="Norwegian">Norwegian</option>
<option value="Korean">Korean</option>
<option value="Portuguese (Brazil)">Portuguese (Brazil)</option>
<option value="Russian">Russian</option>
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.