Display "Update <RRtype> Resource Record" in the update modal.
This commit is contained in:
parent
e9419f9ba5
commit
23471752e4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue