mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 17:23:58 +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))
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user