Skip to content

Commit

Permalink
Apply changes from self-code review
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Dec 19, 2023
1 parent f1439ca commit 6b7e113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fun SettingsIsIgnoreWarning() {
color = androidx.compose.material3.MaterialTheme.colorScheme.errorContainer,
) {
WarningPreference(
text = "You are currently using a development build, this settings will be ignored by Lawnchair"
text = "You are currently using a development build, this settings will be ignored by Lawnchair",
)
}
}

0 comments on commit 6b7e113

Please sign in to comment.