Skip to content

Commit cb67f8b

Browse files
committed
update dialog description.
1 parent d527ede commit cb67f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mobile/src/main/java/com/windscribe/mobile/ui/popup/AllProtocolFailedDialog.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ fun AllProtocolFailedDialogScreen() {
8383
)
8484

8585
Text(
86-
text = stringResource(com.windscribe.vpn.R.string.this_network_hates_us),
86+
text = stringResource(com.windscribe.vpn.R.string.failed_network_title),
8787
style = font24,
8888
color = Color.White,
8989
textAlign = TextAlign.Center,
9090
modifier = Modifier.padding(bottom = 8.dp)
9191
)
9292

9393
Text(
94-
text = stringResource(com.windscribe.vpn.R.string.well_we_gave_it_our_best_shot_we_just_couldn_t_connect_you_on_this_network_send_us_your_debug_log_so_we_can_figure_out_what_happened),
94+
text = stringResource(com.windscribe.vpn.R.string.failed_network_alert),
9595
style = font16,
9696
color = Color.White,
9797
textAlign = TextAlign.Center,

0 commit comments

Comments
 (0)