mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-23 18:16:15 +02:00
feat: Change "Update" to "Show" in Update Available notification
Closes #1959
This commit is contained in:
parent
fa13d4a538
commit
f197760efd
@ -239,7 +239,7 @@ fun DashboardScreen(
|
||||
Text(stringResource(R.string.dismiss))
|
||||
}
|
||||
TextButton(onClick = onUpdateClick) {
|
||||
Text(stringResource(R.string.update))
|
||||
Text(stringResource(R.string.show))
|
||||
}
|
||||
}
|
||||
)
|
||||
|
@ -336,4 +336,5 @@
|
||||
<string name="local_bundle_description">Import local files from your storage, does not automatically update</string>
|
||||
<string name="remote_bundle_description">Import remote files from a URL, can automatically update</string>
|
||||
<string name="recommended">Recommended</string>
|
||||
<string name="show">Show</string>
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user