Update
CI / scan_ruby (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-04-29 00:57:55 +01:00
parent 6f64e1a530
commit b66ee00361
8 changed files with 119 additions and 109 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class AdminsController < ApplicationController
else
session[:admin_unlocked] = false
@unlocked = false
flash.now[:alert] = "That passphrase did not unlock anything. Check the advert again."
flash.now[:alert] = "That passphrase did not unlock anything. Check the stock page again."
render :show, status: :unprocessable_entity
end
end