Language fixes on public Dashboard.

This commit is contained in:
gkolokythas 2019-05-23 09:43:44 +03:00
parent 5e9fdea187
commit 4f727e5f2e
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<div class="header-image"> <div class="header-image">
<div class="header-text-container"> <div class="header-text-container">
<h3>Welcome to OpenDMP</h3> <h3>{{ 'ABOUT.WELCOME' | translate }}</h3>
<h4>Start using this tool to create your own Data Management Plans</h4> <h4>{{ 'ABOUT.WELCOME-MESSAGE' | translate }}</h4>
</div> </div>
</div> </div>
<div class="main-content dashboard-main-container" [class.non-auth-main-container]="!this.isAuthenticated()"> <div class="main-content dashboard-main-container" [class.non-auth-main-container]="!this.isAuthenticated()">
@ -85,7 +85,7 @@
<div class="row"> <div class="row">
<div class="col-lg-6 mt-4"> <div class="col-lg-6 mt-4">
<div class="title"> <div class="title">
<h4> DATA MANAGEMENT PLANS </h4> <h4> {{'DASHBOARD.DATA-MANAGEMENT-PLANS' | translate}} </h4>
<div class="info"> <div class="info">
<p class="subtitle">{{ dashboardStatisticsData?.totalDataManagementPlanCount }} Public Dmps</p> <p class="subtitle">{{ dashboardStatisticsData?.totalDataManagementPlanCount }} Public Dmps</p>
<p class="view-all" (click)=viewAllPublicDmpsClicked()>{{ 'GENERAL.ACTIONS.VIEW-ALL' | translate }}</p> <p class="view-all" (click)=viewAllPublicDmpsClicked()>{{ 'GENERAL.ACTIONS.VIEW-ALL' | translate }}</p>

View File

@ -704,7 +704,9 @@
"ABOUT": { "ABOUT": {
"TITLE": "-Our Mission-", "TITLE": "-Our Mission-",
"MAIN-CONTENT": "Our goal is to make your research data FAIR, that is findable, accessible,interoperable and re-usable. These principles precede implementation choices and do not necessarily suggest any specific technology, standard, or implementationsolution.", "MAIN-CONTENT": "Our goal is to make your research data FAIR, that is findable, accessible,interoperable and re-usable. These principles precede implementation choices and do not necessarily suggest any specific technology, standard, or implementationsolution.",
"CONTRIBUTORS": "Contributors" "CONTRIBUTORS": "Contributors",
"WELCOME": "Welcome to OpenDMP",
"WELCOME-MESSAGE": "Start using this tool to create your own Data Management Plans"
}, },
"DASHBOARD": { "DASHBOARD": {
"MY-PROJECTS": "My Projects", "MY-PROJECTS": "My Projects",