Skip to content

Commit

Permalink
minor: datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
adibaba committed Jun 2, 2020
1 parent 22ce41f commit 65d2682
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/report/datasets/table/TableView.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class TableView extends React.Component {
loadingNumberOfDataSets={this.props.loadingNumberOfDataSets}
numberOfDataSets={this.props.numberOfDataSets}
reloadNumberOfDataSets={this.reloadNumberOfDataSets}
/>} </span>
/>} datasets </span>
<div style={{flexGrow: 1}}/>
<Button style={{marginLeft: '2px'}} onClick={this.largeViewChanged}>
{this.state.isLongView ? <FaThLarge/> : <FaThList/>}
Expand Down Expand Up @@ -196,4 +196,4 @@ class TableView extends React.Component {
}
}

export default TableView;
export default TableView;
2 changes: 2 additions & 0 deletions src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const resources = {
"title": "Title",
"issueDate": "Issue date",
"description": "Description",
"datasets": "datasets",
}
},
Deutsch: {
Expand All @@ -45,6 +46,7 @@ const resources = {
"title": "Titel",
"issueDate": "Erscheinungsdatum",
"description": "Beschreibung",
"datasets": "Datensätze",
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion src/pages/view/datasetView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ class DatasetView extends React.Component {
}


export default DatasetView;
export default DatasetView;

0 comments on commit 65d2682

Please sign in to comment.