fix: localize error message in appl
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user