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

feat: change text in course certificate #563

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lms/templates/certificates/_accomplishment-rendering.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<div class="certificateWrapper__bodywraper">
<div class="certificateWrapper__topWrapper">
<h1 class="certificateWrapper__mainTitleWrap">
<div class="certificateWrapper__titleAr diodrumFontFamily"><strong> شهادة إتمام </strong></div>
<div class="certificateWrapper__title">CERTIFICATE OF COMPLETION</div>
<div class="certificateWrapper__titleAr diodrumFontFamily"><strong> شهادة إتمام دورة تدريبية </strong></div>
<div class="certificateWrapper__title"> Training Course Completion Certificate </div>
</h1>

<div class="certificateWrapper__subTitleWrap">
Expand All @@ -51,8 +51,8 @@ <h1 class="certificateWrapper__mainTitleWrap">
<div class="certificateWrapper__listWraper">
<div class="certificateWrapper__valueListWrap">
<div class="certificateWrapper__list">
<span> has succsessfully completed the </span>
<span class="diodrumFontFamily text-align"> شهادة إتمام ا لدورة التدريبية </span>
<span> Has Completed the Training Course </span>
<span class="diodrumFontFamily text-align"> شهادة إتمام الدورة التدريبية </span>
</div>
<div class="certificateWrapper__innerDetailWrap">
<label class="certificateWrapper__valueName">
Expand Down
Loading