mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore(translations): fix translation literals (#17501)
* chore(translations): fix translation literals * fix table name types and translations * fix lint * join concat'd messages
This commit is contained in:
@@ -60,7 +60,7 @@ class DatabaseExtraJSONValidationError(ValidationError):
|
||||
super().__init__(
|
||||
[
|
||||
_(
|
||||
"Field cannot be decoded by JSON. %{json_error}s",
|
||||
"Field cannot be decoded by JSON. %(json_error)s",
|
||||
json_error=json_error,
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user