diff --git a/backend/src/app/rpc/management/nitrate.clj b/backend/src/app/rpc/management/nitrate.clj index e3d3c41312..7edb1691e1 100644 --- a/backend/src/app/rpc/management/nitrate.clj +++ b/backend/src/app/rpc/management/nitrate.clj @@ -50,7 +50,8 @@ [cfg {:keys [::rpc/profile-id] :as params}] (let [profile (profile/get-profile cfg profile-id)] (-> (profile-to-map profile) - (assoc :theme (:theme profile))))) + (assoc :theme (:theme profile)) + (assoc :lang (:lang profile))))) ;; ---- API: get-teams