Skip to content

Commit

Permalink
Make data enrichment opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgoll committed Dec 16, 2024
1 parent fe199f2 commit 9130089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/setting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion config/locales/views/settings/hostings/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9130089

Please sign in to comment.