mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-29 09:39:03 +03:00
fix some strings
This commit is contained in:
parent
c77acbafe7
commit
b4db9209de
1 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ fun RemoveHistoryDialog(
|
|||
},
|
||||
text = {
|
||||
Column {
|
||||
Text(text = stringResource(id = R.string.dialog_with_checkbox_remove_description))
|
||||
Text(text = stringResource(id = R.string.dialog_with_checkbox_remove_description_anime))
|
||||
Row(
|
||||
modifier = Modifier
|
||||
.padding(top = 16.dp)
|
||||
|
@ -260,7 +260,7 @@ fun RemoveHistoryDialog(
|
|||
)
|
||||
Text(
|
||||
modifier = Modifier.padding(start = 4.dp),
|
||||
text = stringResource(id = R.string.dialog_with_checkbox_reset)
|
||||
text = stringResource(id = R.string.dialog_with_checkbox_reset_anime)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue