Display "Update <RRtype> Resource Record" in the update modal.

master
Philippe PITTOLI 2024-04-16 00:03:22 +02:00
parent e9419f9ba5
commit 23471752e4
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ render state
title = case state.rr_modal of
NoModal -> "Error: no modal should be displayed"
NewRRModal t_ -> "New " <> show t_ <> " resource record"
UpdateRRModal -> "Update RR " <> show state._currentRR.rrid
UpdateRRModal -> "Update " <> state._currentRR.rrtype <> " Resource Record"
RemoveRRModal rr_id -> "Error: should display removal modal instead (for RR " <> show rr_id <> ")"
foot = foot_ <> [Bulma.cancel_button CancelModal]