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

msyavuz pushed a commit to branch msyavuz/fix/post-merge-translations
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 0a51cd628bd1c197752f3739128d91baa8757483
Author: Mehmet Salih Yavuz <[email protected]>
AuthorDate: Mon Jan 12 09:08:26 2026 +0300

    fix(translations): post merge fix for new translations addded
---
 superset-frontend/src/components/LastQueriedLabel/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/components/LastQueriedLabel/index.tsx 
b/superset-frontend/src/components/LastQueriedLabel/index.tsx
index f22a3e9afe..30d5452332 100644
--- a/superset-frontend/src/components/LastQueriedLabel/index.tsx
+++ b/superset-frontend/src/components/LastQueriedLabel/index.tsx
@@ -17,7 +17,7 @@
  * under the License.
  */
 import { FC } from 'react';
-import { t } from '@superset-ui/core';
+import { t } from '@apache-superset/core';
 import { css, useTheme } from '@apache-superset/core/ui';
 import { extendedDayjs } from '@superset-ui/core/utils/dates';
 

Reply via email to