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
commit fb258805d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 />