fix: localize error message in appl

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2022-10-22 02:07:14 +01:00
parent 93ac960419
commit b9cc2aad46

View File

@@ -36,7 +36,7 @@ class ApplicationService
]); ]);
} else { } 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);
} }
} }