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