feat: add proposal link regeneration and copy-to-clipboard actions to edit page
This commit is contained in:
@@ -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!',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user