Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Translation failure in Oqtane.Client\Modules\Admin\ModulesDefinitions\Index.razor #4176

Closed
marceloatoledo opened this issue Apr 22, 2024 · 1 comment

Comments

@marceloatoledo
Copy link

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"

image

Expected Behavior
For the Edit button to be translated

ActionLink Action="Edit" Text="Edit" Parameters="@($"id=" + context.ModuleDefinitionId.ToString())" ResourceKey="EditModule"

image

Steps To Reproduce
Install other languages and in the language bar switch to anything other than English

@sbwalker
Copy link
Member

resolved by #4169

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants