Skip to content

Commit 17c5fdf

Browse files
committed
fix: set up in background text
1 parent ab27286 commit 17c5fdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/java/to/bitkit/ui/screens/transfer/SpendingConfirmScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private fun Content(
208208
VerticalSpacer(16.dp)
209209

210210
SettingsSwitchRow(
211-
title = "Setup in background",
211+
title = "Set up in background",
212212
isChecked = hasNotificationPermission,
213213
colors = AppSwitchDefaults.colorsPurple,
214214
onClick = onSwitchClick,

app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveConfirmScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private fun Content(
173173
FillHeight()
174174

175175
SettingsSwitchRow(
176-
title = "Setup in background",
176+
title = "Set up in background",
177177
isChecked = hasNotificationPermission,
178178
colors = AppSwitchDefaults.colorsPurple,
179179
onClick = onSystemSettingsClick,

app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveLiquidityScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private fun Content(
138138
VerticalSpacer(15.dp)
139139

140140
SettingsSwitchRow(
141-
title = "Setup in background",
141+
title = "Set up in background",
142142
isChecked = hasNotificationPermission,
143143
colors = AppSwitchDefaults.colorsPurple,
144144
onClick = onSwitchClick,

0 commit comments

Comments
 (0)