-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Made search placeholder localizable #5369
Conversation
Modification of pages search place holder that can be read from language resource files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar question to the other PR if you are moving this to be pulled from localization we need to update the localization files to include this element.
The element is already available in the language resource file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep appears to be here
Line 177 in 935540d
<data name="Search.Text" xml:space="preserve"> |
Looks good to me
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Dnn.AdminExperience/ClientSide/Pages.Web/src/components/SearchPage/SearchPageInput.jsx
Outdated
Show resolved
Hide resolved
You just have to run ./build.ps1 and get the installer from the artifacts folder and install a site with it. I am pretty sure those quotes need to be removed or it will just literally show that text. |
@dnnsoftware/approvers Please do not merge this until we have at least on test report from someone |
The build is failing anyway. I am pretty sure those outer quotes need to be removed. |
There are |
Dnn.AdminExperience/ClientSide/Pages.Web/src/components/SearchPage/SearchPageInput.jsx
Outdated
Show resolved
Hide resolved
…Page/SearchPageInput.jsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cant test personabar but i think this will work fine
Summary
Modification of pages search place holder that can be read from language resource files.