You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2020/11/21 03:24:22 UTC

[incubator-superset] branch master updated: chore: fix typo (#11772)

This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new db73869  chore: fix typo (#11772)
db73869 is described below

commit db7386910e0f4c9acc231dde50ac72d65aa72b0f
Author: Erik Ritter <er...@airbnb.com>
AuthorDate: Fri Nov 20 19:23:37 2020 -0800

    chore: fix typo (#11772)
    
    * chore: fix typo
    
    * Update utils.tsx
---
 superset-frontend/src/views/CRUD/utils.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/views/CRUD/utils.tsx b/superset-frontend/src/views/CRUD/utils.tsx
index 675e2b3..98d3147 100644
--- a/superset-frontend/src/views/CRUD/utils.tsx
+++ b/superset-frontend/src/views/CRUD/utils.tsx
@@ -143,7 +143,7 @@ export const getRecentAcitivtyObjs = (
           })
           .catch(e =>
             addDangerToast(
-              'There was an error fetching you recent activity:',
+              t('There was an error fetching your recent activity:'),
               e,
             ),
           );