mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
Make data enrichment opt-in
This commit is contained in:
parent
fe199f2357
commit
9130089950
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ class Setting < RailsSettings::Base
|
|||
|
||||
field :data_enrichment_enabled,
|
||||
type: :boolean,
|
||||
default: true
|
||||
default: false
|
||||
|
||||
field :synth_api_key, type: :string, default: ENV["SYNTH_API_KEY"]
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ en:
|
|||
settings:
|
||||
hostings:
|
||||
data_enrichment_settings:
|
||||
description: Enable data enrichment for your accounts such as merchant info, transaction description cleanup, and more
|
||||
description: Enable data enrichment for your account transactions. This will incur additional Synth credits.
|
||||
title: Data Enrichment
|
||||
invite_code_settings:
|
||||
description: Every new user that joins your instance of Maybe can only do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue