Merge pull request #4550 from sbwalker/dev

use localized Yes/No values when displaying Site Urls Default? option
This commit is contained in:
Shaun Walker 2024-08-22 10:53:43 -04:00 committed by GitHub
commit a6c2c9c92f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -309,7 +309,7 @@
} }
</td> </td>
<td>@context.Name</td> <td>@context.Name</td>
<td>@context.IsDefault</td> <td>@((context.IsDefault) ? SharedLocalizer["Yes"] : SharedLocalizer["No"])</td>
} }
else else
{ {