Skip to content
Snippets Groups Projects
Commit c89ee9f2 authored by Joseph Huggans's avatar Joseph Huggans Committed by Ivan Trokhanenko
Browse files

Issue #3460327: Typo on config page "Foramt"

parent 62ac6f1b
No related branches found
No related tags found
1 merge request!6Issue #3460327 - Typo on config page "Foramt"
......@@ -46,7 +46,7 @@ class NodeExportConfigForm extends ConfigFormBase {
'#title' => $this->t('Format to use when exporting a node'),
'#default_value' => 'JSON',
'#options' => ['JSON' => $this->t('JSON')],
'#description' => $this->t("Right Now we use only JSON Foramt."),
'#description' => $this->t("Right now we use only JSON Format."),
];
$form['basic']['node_export_existing'] = [
'#type' => 'radios',
......
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