clean up unused resource keys

This commit is contained in:
sbwalker
2026-02-16 08:08:20 -05:00
parent a4f7d1f745
commit dd816f7c44
4 changed files with 3 additions and 33 deletions

View File

@@ -358,7 +358,7 @@
</div>
}
<div class="row mb-1 align-items-center">
<Label Class="col-sm-3" For="runtime" HelpText="The render mode for UI components which require interactivity" ResourceKey="Runtime">Interactivity: </Label>
<Label Class="col-sm-3" For="runtime" HelpText="The hosting model for UI components which require interactivity" ResourceKey="Runtime">Interactivity: </Label>
<div class="col-sm-9">
<select id="runtime" class="form-select" @bind="@_runtime" required>
<option value="@Runtimes.Server">@(SharedLocalizer["Runtime" + @Runtimes.Server])</option>