Skip to content

Commit

Permalink
copy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Mar 15, 2024
1 parent 9985bb1 commit e9cf062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer/Views/UIServer/ListPlugins.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
<label class="d-flex align-items-center">
<button type="submit" class="btcpay-toggle me-3 @if (killswitch.Contains(plugin.Identifier)) { @("btcpay-toggle--active") }" value="scripting-@(killswitch.Contains(plugin.Identifier) ? "off" : "on")">@(killswitch.Contains(plugin.Identifier) ? "Disable" : "Enable") killswitch</button>
<div class="">
<span>Kill switch</span>
<span>Vulnerability kill switch</span>
</div>
</label>
</form>
Expand Down

0 comments on commit e9cf062

Please sign in to comment.