Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Description fixes and rephrasals for ivyfeatures #3636

Merged
merged 2 commits into from
Oct 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class IvyFeatures @Inject constructor() : Features {
key = "hide_total_balance",
group = FeatureGroup.Account,
name = "Hide account total balance",
description = "Replace the total balance values with asterisks on the Accounts screen",
description = "Hide total balance summary on the Accounts screen",
defaultValue = false
)

Expand All @@ -66,15 +66,15 @@ class IvyFeatures @Inject constructor() : Features {
key = "enable_standard_keypad_layout",
group = FeatureGroup.Other,
name = "Standard keypad layout",
description = "Enable standard phone keypad layout instead of numeric calculator layout",
description = "Replace numeric keypad with standard phone layout",
defaultValue = false
)

override val showAccountColorsInTransactions = BoolFeature(
key = "show_account_color",
group = FeatureGroup.Other,
name = "Show Account Color",
description = "Show account specific colors for accounts in transactions",
name = "Colorful account labels",
description = "Display account-specific colors in transactions",
defaultValue = false
)

Expand Down