We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fba2c commit 3d857a8Copy full SHA for 3d857a8
1 file changed
app/src/main/java/com/rk/taskmanager/screens/About.kt
@@ -50,7 +50,7 @@ fun About(modifier: Modifier = Modifier) {
50
PreferenceGroup(heading = "Developer") {
51
SettingsToggle(
52
label = "RohitKushvaha01",
53
- description = "Vie github profile",
+ description = "View github profile",
54
default = false,
55
sideEffect = {
56
val url = "https://github.com/RohitKushvaha01"
0 commit comments