Skip to content
Snippets Groups Projects
Unverified Commit 36a38626 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Merge pull request #7944 from dv321/master

Simple admin string spacing fix
parents 4d5b76a5 5c96854f
No related branches found
No related tags found
No related merge requests found
......@@ -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!)
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