diff --git a/src/metabase/models/humanization.clj b/src/metabase/models/humanization.clj index 3498c171d157d88b0ae976b0eb48958de5d872fd..4a83cb21e1ec1f40ba355dbb5d007e5c8a9d577b 100644 --- a/src/metabase/models/humanization.clj +++ b/src/metabase/models/humanization.clj @@ -114,7 +114,9 @@ (defsetting ^{:added "0.28.0"} humanization-strategy (str (tru "Metabase can attempt to transform your table and field names into more sensible, human-readable versions, e.g. \"somehorriblename\" becomes \"Some Horrible Name\".") + " " (tru "This doesn’t work all that well if the names are in a language other than English, however.") + " " (tru "Do you want us to take a guess?")) :default "advanced" :setter set-humanization-strategy!)