diff --git a/plugins/custom-admin-settings-tab/index.php b/plugins/custom-admin-settings-tab/index.php index e23f4baa1..78544287d 100644 --- a/plugins/custom-admin-settings-tab/index.php +++ b/plugins/custom-admin-settings-tab/index.php @@ -13,7 +13,7 @@ class CustomAdminSettingsTabPlugin extends \RainLoop\Plugins\AbstractPlugin $this->addAjaxHook('AjaxAdminGetData', 'AjaxAdminGetData'); - $this->addTemplate('templates/PluginCustomAdminSettingnTab.html', true); + $this->addTemplate('templates/PluginCustomAdminSettingsTab.html', true); } /** diff --git a/plugins/custom-admin-settings-tab/js/CustomAdminSettings.js b/plugins/custom-admin-settings-tab/js/CustomAdminSettings.js index 206051211..8c67f7c15 100644 --- a/plugins/custom-admin-settings-tab/js/CustomAdminSettings.js +++ b/plugins/custom-admin-settings-tab/js/CustomAdminSettings.js @@ -35,7 +35,7 @@ }; - window.rl.addSettingsViewModelForAdmin(CustomAdminSettings, 'PluginCustomAdminSettingnTab', + window.rl.addSettingsViewModelForAdmin(CustomAdminSettings, 'PluginCustomAdminSettingsTab', 'SETTINGS_CUSTOM_ADMIN_CUSTOM_TAB_PLUGIN/TAB_NAME', 'custom'); -}()); \ No newline at end of file +}()); diff --git a/plugins/custom-admin-settings-tab/templates/PluginCustomAdminSettingnTab.html b/plugins/custom-admin-settings-tab/templates/PluginCustomAdminSettingsTab.html similarity index 100% rename from plugins/custom-admin-settings-tab/templates/PluginCustomAdminSettingnTab.html rename to plugins/custom-admin-settings-tab/templates/PluginCustomAdminSettingsTab.html