Skip to content

Commit 593fd99

Browse files
committed
Sharpen string resource name for NoPersonalizedLessons.kt file
1 parent 2ef35c2 commit 593fd99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/kotlin/org/cru/godtools/ui/dashboard/lessons/NoPersonalizedLessons.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ internal fun NoPersonalizedLessons(onGoToAllLessons: () -> Unit, modifier: Modif
4949
onClick = onGoToAllLessons,
5050
modifier = Modifier.padding(top = 16.dp),
5151
) {
52-
Text(stringResource(R.string.dashboard_lessons_section_personalized_no_lessons_button))
52+
Text(stringResource(R.string.dashboard_lessons_section_personalized_no_lessons_action_all_lessons))
5353
}
5454
}
5555
}

app/src/main/res/values/strings_dashboard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ An online version can be found at https://knowgod.com/</string>
5353
<string name="dashboard_lessons_section_personalized_localization_text">The lessons shown on this page are based on your Localization setting. You can alter this at any time.</string>
5454
<string name="dashboard_lessons_section_personalized_no_lessons_title">Personalization unavailable</string>
5555
<string name="dashboard_lessons_section_personalized_no_lessons_description">The lessons shown on this page are based on your Language and Localization settings. Your current selection does not yet offer personalization.</string>
56-
<string name="dashboard_lessons_section_personalized_no_lessons_button">Go to All Lessons</string>
56+
<string name="dashboard_lessons_section_personalized_no_lessons_action_all_lessons">Go to All Lessons</string>
5757

5858
<!-- Home -->
5959
<eat-comment />

0 commit comments

Comments
 (0)