fix: localize error message in appl

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
Miguel Nogueira 2022-10-22 02:07:14 +01:00
parent 93ac960419
commit b9cc2aad46
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370

View File

@ -36,7 +36,7 @@ class ApplicationService
]);
} else {
throw new ApplicationNotFoundException('The application you\'re looking for could not be found or it is currently unavailable.', 404);
throw new ApplicationNotFoundException(__('The application you\'re looking for could not be found or it is currently unavailable.'), 404);
}
}