feat: add proposal link regeneration and copy-to-clipboard actions to edit page

This commit is contained in:
Ümit Tunç
2026-05-25 07:32:25 +03:00
parent 92af30f61b
commit 81b94e8635
3 changed files with 77 additions and 0 deletions
+5
View File
@@ -53,4 +53,9 @@ return [
'copy_link' => 'Copy Proposal Link',
'link_copied' => 'Proposal link copied to clipboard!',
'preview' => 'Preview Proposal',
'regenerate_slug' => 'Generate New Link',
'regenerate_slug_confirm_heading' => 'Generate New Random Link',
'regenerate_slug_confirm_body' => 'The current URL will be replaced and the old link will no longer work. Are you sure?',
'regenerate_slug_confirm_button' => 'Yes, Generate New Link',
'regenerate_slug_success' => 'New proposal link generated!',
];