Contacts page: remove broken title from 'Start a conversation' button
This commit is contained in:
parent
bafc3ae70e
commit
7870f3b127
2 changed files with 0 additions and 3 deletions
|
|
@ -7,9 +7,7 @@ module ContactsHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
def start_a_conversation_link(aspect, contacts_size)
|
def start_a_conversation_link(aspect, contacts_size)
|
||||||
suggested_limit = 16
|
|
||||||
conv_opts = { class: "conversation_button contacts_button"}
|
conv_opts = { class: "conversation_button contacts_button"}
|
||||||
conv_opts[:title] = t('.many_people_are_you_sure', suggested_limit: suggested_limit) if contacts_size > suggested_limit
|
|
||||||
|
|
||||||
content_tag :span, conv_opts do
|
content_tag :span, conv_opts do
|
||||||
content_tag(:i, nil, :class => 'entypo mail contacts-header-icon', :title => t('contacts.index.start_a_conversation'), 'data-toggle' => 'modal', 'data-target' => '#conversationModal')
|
content_tag(:i, nil, :class => 'entypo mail contacts-header-icon', :title => t('contacts.index.start_a_conversation'), 'data-toggle' => 'modal', 'data-target' => '#conversationModal')
|
||||||
|
|
|
||||||
|
|
@ -324,7 +324,6 @@ en:
|
||||||
only_sharing_with_me: "Only sharing with me"
|
only_sharing_with_me: "Only sharing with me"
|
||||||
add_contact: "Add contact"
|
add_contact: "Add contact"
|
||||||
remove_contact: "Remove contact"
|
remove_contact: "Remove contact"
|
||||||
many_people_are_you_sure: "Are you sure you want to start a private conversation with more than %{suggested_limit} contacts? Posting to this aspect may be a better way to contact them."
|
|
||||||
user_search: "Contact search"
|
user_search: "Contact search"
|
||||||
spotlight:
|
spotlight:
|
||||||
community_spotlight: "Community spotlight"
|
community_spotlight: "Community spotlight"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue