diff --git a/src/clj/auto_ap/ssr/ledger/profit_and_loss.clj b/src/clj/auto_ap/ssr/ledger/profit_and_loss.clj index 32389265..d330fef0 100644 --- a/src/clj/auto_ap/ssr/ledger/profit_and_loss.clj +++ b/src/clj/auto_ap/ssr/ledger/profit_and_loss.clj @@ -122,7 +122,7 @@ client-count (count (set (map :client-id (:data data)))) table-contents (concat-tables (:details report))] (list - [:div.text-2xl.font-bold.text-gray-600 (str "Cash flows - " (str/join ", " (map :client/name client)))] + [:div.text-2xl.font-bold.text-gray-600 (str "Profit and loss - " (str/join ", " (map :client/name client)))] (table {:widths (into [20] (take (dec (cell-count table-contents)) (mapcat identity (repeat @@ -240,7 +240,7 @@ (apply com/breadcrumbs {} [[:a {:href (bidi/path-for ssr-routes/only-routes ::route/page)} "Ledger"]]) (form* request)) - "Cash Flows")) + "Profit and loss")) (defn make-profit-and-loss-pdf [request report] (let [ output-stream (ByteArrayOutputStream.)