Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Masaki-U committed Aug 16, 2024
1 parent 418e372 commit f5441fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
""
Expand Down

0 comments on commit f5441fa

Please sign in to comment.