Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
texpert committed Apr 24, 2024
1 parent 270cddc commit c04673c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Camaleon CMS Plugin
This is a plugin for Camaleon CMS to manage Contact Forms
This is a plugin for Camaleon CMS to manage Contact Forms
4 changes: 2 additions & 2 deletions config/camaleon_plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Camaleon CMS Contact Form",
"descr": "Please check documentation <a href='http://camaleon.tuzitio.com/store/plugins/4'>here.</a>",
"descr": "Please check documentation <a href='https://camaleon.website/store/plugins/4'>here.</a>",
"key": "cama_contact_form",
"helpers": [
"Plugins::CamaContactForm::MainHelper"
Expand All @@ -26,4 +26,4 @@
"on_import": ["contact_form_on_import"]
//here you can add all your hooks (read documentation)
}
}
}
2 changes: 1 addition & 1 deletion test/dummy/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# This would use the information in config/locales/es.yml.
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.
# available at https://guides.rubyonrails.org/i18n.html.

en:
hello: "Hello world"

0 comments on commit c04673c

Please sign in to comment.