diff --git a/app/views/artists/index.html.erb b/app/views/artists/index.html.erb
index b81ccab4d..908d50184 100644
--- a/app/views/artists/index.html.erb
+++ b/app/views/artists/index.html.erb
@@ -15,7 +15,7 @@
<%= link_to h(artist.name), artist_path(artist) %>
<% if !artist.group_name.blank? %>
- (group:<%= link_to(artist.group_name, artist_path(artist)) %>)
+ (group: <%= link_to(artist.group_name, artist_path(artist)) %>)
<% end %>
|
<%= artist.other_names %> |