mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
feat: Change "Update" to "Show" in Update Available notification
Closes #1959
This commit is contained in:
@@ -259,7 +259,7 @@ fun DashboardScreen(
|
||||
Text(stringResource(R.string.dismiss))
|
||||
}
|
||||
TextButton(onClick = onUpdateClick) {
|
||||
Text(stringResource(R.string.update))
|
||||
Text(stringResource(R.string.show))
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
@@ -358,4 +358,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>
|
||||
|
||||
Reference in New Issue
Block a user