diff --git a/app/views/softapplications/_list.html.erb b/app/views/softapplications/_list.html.erb index b31cfa9f9..598cde635 100644 --- a/app/views/softapplications/_list.html.erb +++ b/app/views/softapplications/_list.html.erb @@ -21,7 +21,7 @@ -

<%=l(:label_attendingcontestwork_belongs_type)%>:<%= softapplication.app_type_name ? softapplication.app_type_name.truncate(14, omission: '...') : "" %>

+

<%=l(:label_attendingcontestwork_belongs_type)%>:<%= softapplication.app_type_name ? softapplication.app_type_name.truncate(10, omission: '...') : "" %>

diff --git a/app/views/welcome/contest.html.erb b/app/views/welcome/contest.html.erb index e5c169804..4b7b0bf54 100644 --- a/app/views/welcome/contest.html.erb +++ b/app/views/welcome/contest.html.erb @@ -228,7 +228,7 @@