update permission strings

This commit is contained in:
andrekir 2021-12-14 16:43:22 -03:00
parent 10ed90a0c6
commit 3ba0b30304
5 changed files with 12 additions and 12 deletions

View file

@ -665,7 +665,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
.setNeutralButton(R.string.cancel) { _, _ ->
debug("Decided not to report a bug")
}
.setPositiveButton(getString(R.string.show_system_settings)) { _, _ ->
.setPositiveButton(getString(R.string.accept)) { _, _ ->
myActivity.requestBackgroundPermission()
}
.show()