-
|
i found just use static text on singularLabel method. I need use product name on label page, |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Feb 3, 2021
Replies: 1 comment 1 reply
-
|
I would assume you need to update {
":resource Details: :title": ":title",
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would assume you need to update
resources/lang/vendor/nova/en.jsonfile and replace":resource Details: :title"value to following:{ ":resource Details: :title": ":title", }