mirror of
https://github.com/bitwarden/android.git
synced 2024-11-22 01:16:02 +03:00
BIT-885 Use correct string resource on LoginScreen (#123)
This commit is contained in:
parent
83c057af29
commit
15ffef2881
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue