Changed a string

This commit is contained in:
Imran Remtulla
2023-01-28 00:13:03 -05:00
parent a85d6d4f08
commit 427b0ed8d2

View File

@ -29,7 +29,7 @@ class NoReleasesError extends ObtainiumError {
}
class NoAPKError extends ObtainiumError {
NoAPKError() : super(tr('noReleaseFound'));
NoAPKError() : super(tr('noAPKFound'));
}
class NoVersionError extends ObtainiumError {