Skip to content

Commit

Permalink
Fixed wording on the notification when clicking auto start (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
brand-it authored Sep 6, 2024
1 parent 1934082 commit bde01fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/movies_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def auto_start
movie = Movie.find(params[:id])
Video.auto_start.in_batches { _1.update(auto_start: false) }
movie.update!(auto_start: true)
flash[:notice] = "Once disk is loaded is ready we will start processings #{movie.title}"
flash[:notice] = "Once disk is loaded and ready, we will start processings #{movie.title}"
redirect_to movie_path(movie)
end

Expand Down

0 comments on commit bde01fa

Please sign in to comment.