Adds language to login page.

This commit is contained in:
gkolokythas 2019-07-05 17:54:38 +03:00
parent 172e848888
commit ba97740f8b
2 changed files with 8 additions and 3 deletions

View File

@ -22,9 +22,11 @@
</div>
</div>
<div class="card-footer">
<h4 class="text-uppercase"><strong>Login</strong></h4>
<h4 class="text-uppercase">
<strong>{{ 'HOME.LOGIN.TITLE' | translate }}</strong>
</h4>
<br />
<h5>{{ 'HOME.LOGIN' | translate }}</h5>
<h5>{{ 'HOME.LOGIN.TEXT' | translate }}</h5>
</div>
</div>
</div>

View File

@ -55,7 +55,10 @@
"HOME": {
"DMPS": "DMPs",
"DATASETS": "Datasets",
"LOGIN": "You dont need to have a registered account for OpenDMP"
"LOGIN": {
"TITLE": "Login",
"TEXT": "You dont need to have a registered account for OpenDMP"
}
},
"NAV-BAR": {
"BREADCRUMB-ROOT": "Dashboard",