Skip to content

Commit

Permalink
translate
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 9, 2021
1 parent e5fa10e commit 33679c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/CRUD/welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function Welcome({ user, addDangerToast }: WelcomeProps) {
.catch(e => {
setLoading(false);
addDangerToast(
`There was an issue fetching your recent activity: ${e}`,
t('There was an issue fetching your recent activity: %s', e),
);
});
}, []);
Expand Down

0 comments on commit 33679c3

Please sign in to comment.