このようにコントローラーにフラッシュメッセージを設定しました
flash[:error] = t 'auth.login.empty'
私のen.ymlファイルには
en:
  auth:
    login:
      success: "Successfully logged in"
      empty: "Empty field cannot accespted"
      error: "Username and password doesn't match"
全部二人ですspace indent
私はフラッシュを取得していますtranslation missing: en.auth.login.empty
構成を変更する必要があるかどうか。