BIT-885 Use correct string resource on LoginScreen (#123)

This commit is contained in:
Andrew Haisting 2023-10-17 10:02:32 -05:00 committed by Álison Fernandes
parent 83c057af29
commit 15ffef2881

View file

@ -149,7 +149,7 @@ fun LoginScreen(
// TODO Get the "login target" from a dropdown (BIT-202) // TODO Get the "login target" from a dropdown (BIT-202)
Text( Text(
text = stringResource( text = stringResource(
id = R.string.log_in_attempt_by_x_on_y, id = R.string.logging_in_as_x_on_y,
state.emailAddress, state.emailAddress,
state.region, state.region,
), ),