Skip to content

Commit

Permalink
Description fixes and rephrasals for ivyfeatures (#3636)
Browse files Browse the repository at this point in the history
* description fixes and rephrasals for ivyfeatures

* improve keypad layout switch description
  • Loading branch information
nvllz authored Oct 20, 2024
1 parent 71fdaa2 commit a062eca
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit a062eca

Please sign in to comment.