Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit d3b0603

Browse files
String typo
1 parent 6dedf49 commit d3b0603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

homeUi/src/main/kotlin/com/gravatar/app/homeUi/presentation/home/components/topbar/components/AboutAppDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ internal fun AboutAppDialogContent(
9191
}
9292
Column {
9393
Text(
94-
text = stringResource(R.string.about_abb_dialog_get_help),
94+
text = stringResource(R.string.about_app_dialog_get_help),
9595
style = MaterialTheme.typography.titleMedium.copy(
9696
fontWeight = FontWeight.SemiBold
9797
),

homeUi/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<string name="home_no_internet_available">No internet connection</string>
7171
<string name="share_tab_scan_qr_code">Let others scan this QR code to share your contact information.</string>
7272
<string name="about_app_dialog_about_gravatar">About Gravatar</string>
73-
<string name="about_abb_dialog_get_help">Get help</string>
73+
<string name="about_app_dialog_get_help">Get help</string>
7474
<string name="about_app_dialog_legal">Legal</string>
7575
<string name="about_app_dialog_terms_of_service">Terms of Service</string>
7676
<string name="about_app_dialog_privacy_policy">Privacy Policy</string>

0 commit comments

Comments
 (0)