We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae5b6d commit 930ff08Copy full SHA for 930ff08
app/src/main/java/cz/muni/fi/rpg/ui/joinParty/InvitationScannerScreen.kt
@@ -50,7 +50,7 @@ fun InvitationScannerScreen(routing: Routing<Route>) {
50
Scaffold(
51
topBar = {
52
TopAppBar(
53
- title = { Text(stringResource(R.string.qr_scan_prompt)) },
+ title = { Text(stringResource(R.string.title_joinParty)) },
54
navigationIcon = {
55
BackButton(onClick = { routing.pop() })
56
},
0 commit comments