Skip to content
Snippets Groups Projects
Commit c05e3db8 authored by Joe Bordes's avatar Joe Bordes
Browse files

i18n(App) syntax errors found while translating

parent 71af9aa1
No related merge requests found
......@@ -171,7 +171,7 @@ cards:
height: 8
- AvgQuantityBySource:
group: Financial
title: Average qunatity per source
title: Average quantity per source
visualization: table
dimensions: SourceLarge
metrics: AvgQuantity
......
title: Indepth example
title: In-depth example
applies_to: GenericTable
metrics:
- Count: ["count"]
......
......@@ -65,7 +65,7 @@
(catch com.unboundid.util.LDAPSDKException e
(log/error
(u/format-color 'red
(trs "Problem connecting to LDAP server, will fallback to local authentication: {0}" (.getMessage e))))))))
(trs "Problem connecting to LDAP server, will fall back to local authentication: {0}" (.getMessage e))))))))
(defn- email-login
"Find a matching `User` if one exists and return a new Session for them, or `nil` if they couldn't be authenticated."
......
......@@ -838,7 +838,7 @@
(when limit
(log/warn
(u/format-color 'red
(tru "WARNING: Druid doenst allow limitSpec in timeseries queries. Ignoring the LIMIT clause."))))
(tru "WARNING: Druid does not allow limitSpec in time series queries. Ignoring the LIMIT clause."))))
query-context)
(defmethod handle-limit ::topN [_ {limit :limit} query-context]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment