diff --git a/app/views/settings/_settings_nav.html.erb b/app/views/settings/_settings_nav.html.erb index 621c0882..ca18e386 100644 --- a/app/views/settings/_settings_nav.html.erb +++ b/app/views/settings/_settings_nav.html.erb @@ -65,7 +65,8 @@ <%= render "settings/settings_nav_item", name: t(".categories_label"), path: categories_path, icon: "shapes" %>
  • - <%= render "settings/settings_nav_item", name: "Rules", path: rules_path, icon: "git-branch" %> + <%= render "settings/settings_nav_item", name: t(".rules_label"), path: rules_path, icon: "git-branch" %> +
  • <%= render "settings/settings_nav_item", name: t(".merchants_label"), path: family_merchants_path, icon: "store" %> @@ -143,6 +144,10 @@ <%= render "settings/settings_nav_item", name: t(".categories_label"), path: categories_path, icon: "shapes" %>
  • + <%= render "settings/settings_nav_item", name: t(".rules_label"), path: rules_path, icon: "git-branch" %> +
  • +
  • + <%= render "settings/settings_nav_item", name: t(".merchants_label"), path: family_merchants_path, icon: "store" %>