From f5441fa9d64051e4868f950cc572b492a2c16d41 Mon Sep 17 00:00:00 2001 From: kooo5252 Date: Fri, 16 Aug 2024 12:35:44 +0900 Subject: [PATCH] Fix typo. --- .../droidkaigi/confsched/profilecard/ProfileCardScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/profilecard/src/commonMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardScreen.kt b/feature/profilecard/src/commonMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardScreen.kt index 90e66a4de..5dc1c4faf 100644 --- a/feature/profilecard/src/commonMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardScreen.kt +++ b/feature/profilecard/src/commonMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardScreen.kt @@ -153,7 +153,7 @@ internal sealed interface ProfileCardUiState { val linkError @Composable get() = if (link.isEmpty()) { stringResource( ProfileCardRes.string.enter_validate_format, - stringResource(ProfileCardRes.string.occupation), + stringResource(ProfileCardRes.string.link), ) } else { ""