Display "Update <RRtype> Resource Record" in the update modal.
parent
e9419f9ba5
commit
23471752e4
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue