chore: Fix modal title
This commit is contained in:
committed by
Khaled Garbaya
parent
fbb71440c1
commit
a7a5b2afc8
@@ -129,7 +129,7 @@ html
|
|||||||
section.modal#about-this-modal
|
section.modal#about-this-modal
|
||||||
.modal__overlay.close
|
.modal__overlay.close
|
||||||
.modal__wrapper
|
.modal__wrapper
|
||||||
h1.modal__title= translate("modalTitleDotnet", currentLocale.code)
|
h1.modal__title= translate("modalTitle", currentLocale.code)
|
||||||
.modal__content
|
.modal__content
|
||||||
p
|
p
|
||||||
| #{translate("modalIntro", currentLocale.code)}
|
| #{translate("modalIntro", currentLocale.code)}
|
||||||
|
|||||||
Reference in New Issue
Block a user