Skip to content

Commit

Permalink
Merge pull request #4550 from sbwalker/dev
Browse files Browse the repository at this point in the history
use localized Yes/No values when displaying Site Urls Default? option
  • Loading branch information
sbwalker authored Aug 22, 2024
2 parents aa435d6 + 247c573 commit a6c2c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Client/Modules/Admin/Site/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
}
</td>
<td>@context.Name</td>
<td>@context.IsDefault</td>
<td>@((context.IsDefault) ? SharedLocalizer["Yes"] : SharedLocalizer["No"])</td>
}
else
{
Expand Down

0 comments on commit a6c2c9c

Please sign in to comment.