1
0
Fork 0

Update not yet unavailable add-on string (#9677)

master
Simon Chae 2020-04-09 15:25:08 -04:00 committed by GitHub
parent c9141c9ae5
commit de311aef85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class NotYetSupportedAddonFragment :
override fun onResume() {
super.onResume()
showToolbar(getString(R.string.mozac_feature_addons_unsupported_section))
showToolbar(getString(R.string.mozac_feature_addons_unavailable_section))
}
override fun onUninstallError(addonId: String, throwable: Throwable) {