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

Commit

Permalink
remove-redundant-quotation-marks
Browse files Browse the repository at this point in the history
  • Loading branch information
nvllz committed Oct 7, 2024
1 parent 8e46b8d commit 9080ef2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ class IvyFeatures @Inject constructor() : Features {
key = "compact_account_ui",
group = FeatureGroup.Account,
name = "Compact account cards",
description = "Make the \"Accounts\" tab UI more compact and dense"
description = "Make the Accounts tab UI more compact and dense"
)

override val compactCategoriesMode = BoolFeature(
key = "compact_category_ui",
group = FeatureGroup.Category,
name = "Compact category cards",
description = "Simplified design of the \"Categories\" screen"
description = "Simplified design of the Categories screen"
)

override val showTitleSuggestions = BoolFeature(
Expand All @@ -39,7 +39,7 @@ class IvyFeatures @Inject constructor() : Features {
key = "search_categories",
group = FeatureGroup.Category,
name = "Search within categories",
description = "Display a search bar on the \"Categories\" screen",
description = "Display a search bar on the Categories screen",
defaultValue = true
)

Expand Down

0 comments on commit 9080ef2

Please sign in to comment.