diff --git a/lib/methods/v2/translatestate.js b/lib/methods/v2/translatestate.js index 67e12583..84cf1b15 100644 --- a/lib/methods/v2/translatestate.js +++ b/lib/methods/v2/translatestate.js @@ -52,7 +52,7 @@ const methods = { ); log.warn( `This index did not exist at the time of deleting it. ` + - `This can happen if an index was created by hand and then deleted` + + `This can happen if an index was created by hand and then deleted ` + `by db-migrate. Make sure to recreate it by hand to avoid any problems.` ); return Promise.resolve();