Apply 1 suggestion(s) to 1 file(s)
authorMaksim <parallel588@gmail.com>
Thu, 16 Jul 2020 13:30:28 +0000 (13:30 +0000)
committerMaksim <parallel588@gmail.com>
Thu, 16 Jul 2020 13:30:28 +0000 (13:30 +0000)
lib/mix/tasks/pleroma/release_env.ex

index 4d8b6ff279318dbcb199be3a7e1a00148635ab69..9da74ffcf3d80be602f6a50ed3a4982808e0159d 100644 (file)
@@ -38,7 +38,7 @@ defmodule Mix.Tasks.Pleroma.ReleaseEnv do
         get_option(
           options,
           :force,
-          "Environment file is exist. Do you want overwritten the #{env_path} file? (y/n)",
+          "Environment file already exists. Do you want to overwrite the #{env_path} file? (y/n)",
           "n"
         ) === "y"
       else