Change Edit submission button text (#105)

This commit is contained in:
Chirag Chhatrala
2023-03-15 22:41:38 +05:30
committed by GitHub
parent 825492bf45
commit 2b00137c76
9 changed files with 46 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ class FormFactory extends Factory
'password' => false,
'tags' => [],
'slack_webhook_url' => null,
'editable_submissions_button_text' => 'Edit submission'
];
}