Skip to content

Commit

Permalink
update parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-rdx committed Jan 15, 2024
1 parent 2ee678a commit bd074f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ private fun AppSettingsContent(
}
crashReportingPromptVisible = false
},
title = stringResource(id = R.string.appSettings_crashReporting_title),
text = stringResource(id = R.string.appSettings_crashReporting_subtitle)
titleText = stringResource(id = R.string.appSettings_crashReporting_title),
messageText = stringResource(id = R.string.appSettings_crashReporting_subtitle)
)
}
Scaffold(
Expand Down

0 comments on commit bd074f3

Please sign in to comment.