Translation for thread #3094

Updated the Missing or incorrect keys
This commit is contained in:
Leigh Pointer
2023-08-08 13:30:10 +02:00
parent 17a4985ebe
commit fecee7a12b
17 changed files with 53 additions and 20 deletions

View File

@ -11,7 +11,7 @@
else
{
<ActionLink Action="Log" Class="btn btn-secondary" Text="View Logs" ResourceKey="ViewJobs" />
<button type="button" class="btn btn-secondary" @onclick="(async () => await Refresh())">Refresh</button>
<button type="button" class="btn btn-secondary" @onclick="(async () => await Refresh())">@Localizer["Refresh"]</button>
<br />
<br />