diff --git a/controllers/admin/AdminCurrenciesController.php b/controllers/admin/AdminCurrenciesController.php
index 0aa4594aa..40cd79786 100644
--- a/controllers/admin/AdminCurrenciesController.php
+++ b/controllers/admin/AdminCurrenciesController.php
@@ -64,7 +64,7 @@ class AdminCurrenciesControllerCore extends AdminController
'title' => $this->l('Automatically update currency rates'),
'image' => '../img/admin/tab-tools.gif',
'info' => '
'.$this->l('Use PrestaShop\'s webservice to update your currency exchange rates. Please use caution, rates are provided as-is. You can place this URL in the crontab,or access it manually.').':
-
'.Tools::getShopDomain(true, true).__PS_BASE_URI__.basename(_PS_ADMIN_DIR_).'/cron_currency_rates.php?secure_key='.md5(_COOKIE_KEY_.Configuration::get('PS_SHOP_NAME')).'
',
+ '.Tools::getShopDomain(true, true).__PS_BASE_URI__.basename(_PS_ADMIN_DIR_).'/cron_currency_rates.php?secure_key='.md5(_COOKIE_KEY_.Configuration::get('PS_SHOP_NAME')).'
',
)
);
diff --git a/controllers/admin/AdminDashboardController.php b/controllers/admin/AdminDashboardController.php
index 9a9dc3f0c..47fa4106f 100644
--- a/controllers/admin/AdminDashboardController.php
+++ b/controllers/admin/AdminDashboardController.php
@@ -78,7 +78,7 @@ class AdminDashboardControllerCore extends AdminController
{
$form['icon'] = 'tab-preferences';
$form['fields'] = array();
- $form['submit'] = array('title' => $this->l('Save'), 'class' => 'button');
+ $form['submit'] = array('title' => $this->l('Save'), 'class' => 'btn btn-default');
}
foreach ($modules as $module)
diff --git a/modules/dashgoals/views/templates/hook/config.tpl b/modules/dashgoals/views/templates/hook/config.tpl
index 3b7771571..195aefbd6 100644
--- a/modules/dashgoals/views/templates/hook/config.tpl
+++ b/modules/dashgoals/views/templates/hook/config.tpl
@@ -68,6 +68,6 @@
{/foreach}
-
+ {l s='Save' mod='dashgoals'}
\ No newline at end of file