You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the Oqtane.Client\Modules\Admin\ModulesDefinitions\Index.razor file, the "Text" property is missing from the ActionLink:
This causes translation to other languages to fail
Oqtane Info
Version - 5.1.1
Describe the bug
In the Oqtane.Client\Modules\Admin\ModulesDefinitions\Index.razor file, the "Text" property is missing from the ActionLink:
This causes translation to other languages to fail
ActionLink Action="Edit" Parameters="@($"id=" + context.ModuleDefinitionId.ToString())" ResourceKey="EditModule"
Expected Behavior
For the Edit button to be translated
ActionLink Action="Edit" Text="Edit" Parameters="@($"id=" + context.ModuleDefinitionId.ToString())" ResourceKey="EditModule"
Steps To Reproduce
Install other languages and in the language bar switch to anything other than English
The text was updated successfully, but these errors were encountered: