Feedback form: change DONE button to CANCEL

This commit is contained in:
bergware
2024-02-01 12:40:17 +01:00
parent 820a79d598
commit 24c0dd3015

View File

@@ -208,6 +208,7 @@ $width = in_array($display['theme'], ['azure', 'gray']) ? '98.4%' : '100%';
troubleshoot_reset();
comment_reset();
$('#optFeatureRequest').click();
$('button.confirm').text("<?=_('Cancel')?>");
});
</script>
</body>