diff --git a/app/javascript/packs/bootstrap.less b/app/javascript/packs/bootstrap.less index 1caab37e2..e0f9fb923 100644 --- a/app/javascript/packs/bootstrap.less +++ b/app/javascript/packs/bootstrap.less @@ -108,6 +108,7 @@ // Components @import "~bootstrap/less/component-animations.less"; @import "~bootstrap/less/dropdowns.less"; +@import "~bootstrap/less/button-groups.less"; @import "~bootstrap/less/input-groups.less"; @import "~bootstrap/less/navs.less"; @import "~bootstrap/less/navbar.less"; diff --git a/app/views/users/settings/teams/new.html.erb b/app/views/users/settings/teams/new.html.erb index db7ed9f7c..9e6064304 100644 --- a/app/views/users/settings/teams/new.html.erb +++ b/app/views/users/settings/teams/new.html.erb @@ -19,6 +19,7 @@
<%= f.text_area :description, label: t('users.settings.teams.new.description_label') %> +
<%=t 'users.settings.teams.new.description_sublabel' %>