Merge pull request #1037 from hishamco/resources

Fix ResourceKey property
This commit is contained in:
Shaun Walker
2021-01-05 09:00:43 -05:00
committed by GitHub

View File

@ -60,7 +60,7 @@
</tr>
<tr>
<td>
<Label For="url" HelpText="The reference url of the module" resource="ReferenceUrl">Reference Url: </Label>
<Label For="url" HelpText="The reference url of the module" ResourceKey="ReferenceUrl">Reference Url: </Label>
</td>
<td>
<input id="url" class="form-control" @bind="@_url" disabled />