Skip to content

Commit

Permalink
fix: fix database typo in user filter, fr translation
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Jul 3, 2020
1 parent 6d5f4c2 commit 83b90d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class Dashboard extends Component {
const { database, t } = this.props;
const { spaceId } = this.state;

if (database) {
if (!database) {
return <Loader />;
}

Expand Down
2 changes: 1 addition & 1 deletion src/langs/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"The database is empty.": "La base de données est vide.",
"Filter by Space": "Filtrer par Espace",
"All Spaces": "Tous les Espaces",
"All Users": "All Users",
"All Users": "Tous les Utilisateurs",
"Time": "Ligne du temps",
"Sign In": "Se connecter",
"Sign Out": "Se déconnecter",
Expand Down

0 comments on commit 83b90d6

Please sign in to comment.