Rename FAQ to Help

This commit is contained in:
Sad Ellie 2024-01-09 17:54:17 +03:00
parent 99a8db2a50
commit 982dc250ce

View File

@ -110,7 +110,7 @@ fun AddTimeZoneScreen(
) { empty -> ) { empty ->
if (empty) { if (empty) {
SearchPlaceholder( SearchPlaceholder(
onButtonClick = { openLink(mContext, "https://sadellie.github.io/unitto/faq#add-time-zones") }, onButtonClick = { openLink(mContext, "https://sadellie.github.io/unitto/help#add-time-zones") },
supportText = stringResource(R.string.time_zone_no_results_support), supportText = stringResource(R.string.time_zone_no_results_support),
buttonLabel = stringResource(R.string.time_zone_no_results_button), buttonLabel = stringResource(R.string.time_zone_no_results_button),
) )