Skip to content
Snippets Groups Projects
Commit 3dfbd4dc authored by aly2191's avatar aly2191
Browse files

Rename submit button to say save

parent 0dbb9f24
No related branches found
No related tags found
1 merge request!1Renamesubmittosave
......@@ -86,7 +86,7 @@ class CRM_Nbrgeneralobservation_Form_NbrGenObservations extends CRM_Core_Form {
$this->addButtons([
[
'type' => 'submit',
'name' => E::ts("Submit"),
'name' => E::ts("Save"),
'isDefault' => TRUE,
],
]);
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-09-07</releaseDate>
<version>1.0</version>
<version>1.01</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.0</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment