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