Fix ResourceKey property

This commit is contained in:
hishamco 2021-01-05 03:02:02 +03:00
parent a9a66155e2
commit c86a8cbd2d

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