manager: Add string resource

This commit is contained in:
weishu
2024-03-16 11:03:43 +08:00
parent ca8a88f0cc
commit 972d347a14
3 changed files with 3 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ fun InstallScreen(navigator: DestinationsNavigator) {
}
}
}) {
Text("Next", fontSize = MaterialTheme.typography.bodyMedium.fontSize)
Text(stringResource(id = R.string.install_next), fontSize = MaterialTheme.typography.bodyMedium.fontSize)
}
}
}