Skip to content

Commit

Permalink
Merge pull request #1037 from hishamco/resources
Browse files Browse the repository at this point in the history
Fix ResourceKey property
  • Loading branch information
sbwalker authored Jan 5, 2021
2 parents c82d6de + c86a8cb commit fb25880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Client/Modules/Admin/ModuleDefinitions/Edit.razor
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit fb25880

Please sign in to comment.