mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
refactor: typo in logging message
This commit is contained in:
parent
3cea17612e
commit
eb38560498
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ export default class KomgaReferentialService {
|
|||
}
|
||||
return ret
|
||||
} catch (e) {
|
||||
let msg = 'An error occurred while trying to retrieve publishers'
|
||||
let msg = 'An error occurred while trying to retrieve languages'
|
||||
if (e.response.data.message) {
|
||||
msg += `: ${e.response.data.message}`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue