From a77e615e0d7ea1fdf847ec5b22c9a5427d77172f 2023-05-02 03:58:24 From: Ben Sturmfels Date: 2023-05-02 03:58:24 Subject: [PATCH] Improve button wording on speaker management page "Cancel" implied that the button would revert changes you'd made to add speakers. --- diff --git a/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html b/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html index 49517a24a14679413491f2d1f22eeac7bcf6631e..7fc90f80cd5649d538acb5a0d661e823458f7df5 100644 --- a/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html +++ b/pinaxcon/templates/symposion/proposals/proposal_speaker_manage.html @@ -23,7 +23,7 @@
{% include "_form_snippet.html" with form=add_speaker_form %} - {% trans 'Cancel' %} + {% trans 'Continue editing proposal' %}
{% endblock %}