From c05e3db8c0f785327287cedaae1031c5db4b1d18 Mon Sep 17 00:00:00 2001
From: Joe Bordes <joe@tsolucio.com>
Date: Sat, 27 Oct 2018 18:32:52 +0200
Subject: [PATCH] i18n(App) syntax errors found while translating

---
 .../automagic_dashboards/table/TransactionTable/BySource.yaml   | 2 +-
 resources/automagic_dashboards/table/example/indepth.yaml       | 2 +-
 src/metabase/api/session.clj                                    | 2 +-
 src/metabase/driver/druid/query_processor.clj                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/resources/automagic_dashboards/table/TransactionTable/BySource.yaml b/resources/automagic_dashboards/table/TransactionTable/BySource.yaml
index 109cec4bd2c..bcd900c2468 100644
--- a/resources/automagic_dashboards/table/TransactionTable/BySource.yaml
+++ b/resources/automagic_dashboards/table/TransactionTable/BySource.yaml
@@ -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
diff --git a/resources/automagic_dashboards/table/example/indepth.yaml b/resources/automagic_dashboards/table/example/indepth.yaml
index 974b72df9cb..9621b66258a 100644
--- a/resources/automagic_dashboards/table/example/indepth.yaml
+++ b/resources/automagic_dashboards/table/example/indepth.yaml
@@ -1,4 +1,4 @@
-title: Indepth example
+title: In-depth example
 applies_to: GenericTable
 metrics:
   - Count: ["count"]
diff --git a/src/metabase/api/session.clj b/src/metabase/api/session.clj
index dd924cd7c4a..ecc1829f2f3 100644
--- a/src/metabase/api/session.clj
+++ b/src/metabase/api/session.clj
@@ -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."
diff --git a/src/metabase/driver/druid/query_processor.clj b/src/metabase/driver/druid/query_processor.clj
index 3914ea29e52..a15db2765ad 100644
--- a/src/metabase/driver/druid/query_processor.clj
+++ b/src/metabase/driver/druid/query_processor.clj
@@ -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]
-- 
GitLab