Translate "Please wait, while pdf is loading"

WordPress
16 August, 2020 02:32:33
msk285
Topics: 11
Messages: 36
Hello,
How can I translate
"Please wait, while pdf is loading"?

Thank you :)
17 August, 2020 00:35:33
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

You must be able to update loading phrase by using CSS at:

/wp-content/uploads/e2pdf/viewer/style.css

.e2pdf-viewer-loader-text:after {
content: "Please wait, PDF is loading...";
}

P.S. It must be also cleared browser cache after adding CSS to see changes immediately.

We remain at your service.
We would really appreciate your feedback at WordPress.org!