Custom data in Certificate of completion

Hi, I hope you can help with a question about certificates.
I am doing some testing with the Demo course to generate certificates, I followed the instructions found here and some tips from here. In general, things are working well, but I have a question about the customizable text of the certificate. In the following image, is the highlighted text customizable, and where can I change it? Thank you!

you need check this file /edx/app/edxapp/edx-platform/lms/djangoapps/certificates/views/webview.py

or change in templetes/certificates/_accomplishment-rendering.html and edit tags.

1 Like

@Yonny, the built-in certificate templates can be customized using the LMS Django admin interface by using the CertificateTemplate and CertificateTemplateAssets models.