Fix translation files and update documentation (#12595)

This commit is contained in:
Michael S. Molina
2021-01-20 15:50:24 -03:00
committed by GitHub
parent c14ed80f28
commit c85b4c75b1
26 changed files with 107175 additions and 50556 deletions

View File

@@ -1180,7 +1180,7 @@ export function popStoredQuery(urlId) {
.then(({ json }) =>
dispatch(
addQueryEditor({
title: json.title ? json.title : t('Sjsonhared query'),
title: json.title ? json.title : t('Shared query'),
dbId: json.dbId ? parseInt(json.dbId, 10) : null,
schema: json.schema ? json.schema : null,
autorun: json.autorun ? json.autorun : false,