Skip to content

Commit

Permalink
Fix text of license
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jul 28, 2024
1 parent 27ea36f commit da7581a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import androidx.compose.ui.unit.dp
import conference_app_2024.feature.about.generated.resources.app_version
import conference_app_2024.feature.about.generated.resources.content_description_youtube
import conference_app_2024.feature.about.generated.resources.license
import conference_app_2024.feature.about.generated.resources.license_description
import io.github.droidkaigi.confsched.about.AboutRes
import io.github.droidkaigi.confsched.about.component.AboutFooterLinksIcon
import io.github.droidkaigi.confsched.designsystem.theme.KaigiTheme
Expand Down Expand Up @@ -80,7 +81,7 @@ fun AboutFooterLinks(
Spacer(modifier = Modifier.height(8.dp))
Text(
modifier = Modifier.padding(horizontal = 12.dp),
text = stringResource(AboutRes.string.license),
text = stringResource(AboutRes.string.license_description),
style = MaterialTheme.typography.labelSmall,
textAlign = TextAlign.Center,
color = if (isSystemInDarkTheme()) licenseDescriptionDark else licenseDescriptionLight,
Expand Down

0 comments on commit da7581a

Please sign in to comment.