Skip to content
Snippets Groups Projects
Commit 8a0b0e33 authored by Cam Saul's avatar Cam Saul
Browse files

Add missing space between to i18n strings :abc:

parent 830fe784
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@
(throttle-check (forgot-password-throttlers :ip-address) remote-address)
(throttle-check (forgot-password-throttlers :email) email)
;; Don't leak whether the account doesn't exist, just pretend everything is ok
(when-let [{user-id :id, google-auth? :google_auth} (db/select-one ['User :id :google_auth]
(when-let [{user-id :id, google-auth? :google_auth} (db/select-one [User :id :google_auth]
:email email, :is_active true)]
(let [reset-token (user/set-password-reset-token! user-id)
password-reset-url (str (public-settings/site-url) "/auth/reset_password/" reset-token)]
......
......@@ -53,6 +53,7 @@
(defsetting site-locale
(str (tru "The default language for this Metabase instance.")
" "
(tru "This only applies to emails, Pulses, etc. Users'' browsers will specify the language used in the user interface."))
:type :string
:setter (fn [new-value]
......
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