[deploy] Adjust GitHub and Twitter Connect Copy for Broadcasts (#7696)
* Adjust GitHub and Twitter connect copy for broadcasts *Removes robot copy from Twitter connect in seeds.rb and broadcasts.rb *Removes robot copy from GitHub connect in seeds.rb and broadcasts.rb * Adjust quotation marks in copy * Adjust apostrophe
This commit is contained in:
parent
a4f71c22b6
commit
caccdba9ac
2 changed files with 4 additions and 4 deletions
|
|
@ -238,8 +238,8 @@ Rails.logger.info "#{counter}. Creating Broadcasts and Welcome Thread"
|
|||
broadcast_messages = {
|
||||
set_up_profile: "Welcome to DEV! 👋 I'm Sloan, the community mascot and I'm here to help get you started. Let's begin by <a href='/settings'>setting up your profile</a>!",
|
||||
welcome_thread: "Sloan here again! 👋 DEV is a friendly community. Why not introduce yourself by leaving a comment in <a href='/welcome'>the welcome thread</a>!",
|
||||
twitter_connect: "You're on a roll! 🎉 Let's connect your <a href='/settings'> Twitter account</a> to complete your identity so that we don't think you're a robot. 🤖",
|
||||
github_connect: "You're on a roll! 🎉 Let's connect your <a href='/settings'> GitHub account</a> to complete your identity so that we don't think you're a robot. 🤖",
|
||||
twitter_connect: "You're on a roll! 🎉 Do you have a Twitter account? Consider <a href='/settings'>connecting it</a> so we can @mention you if we share your post via our Twitter account <a href='https://twitter.com/thePracticalDev'>@thePracticalDev</a>.",
|
||||
github_connect: "You're on a roll! 🎉 Do you have a GitHub account? Consider <a href='/settings'>connecting it</a> so you can pin any of your repos to your profile.",
|
||||
customize_feed: "Hi, it's me again! 👋 Now that you're a part of the DEV community, let's focus on personalizing your content. You can start by <a href='/tags'>following some tags</a> to help customize your feed! 🎉",
|
||||
customize_experience: "Sloan here! 👋 Did you know that that you can customize your DEV experience? Try changing <a href='settings/ux'>your font and theme</a> and find the best style for you!",
|
||||
start_discussion: "Sloan here! 👋 I noticed that you haven't <a href='https://dev.to/t/discuss'>started a discussion</a> yet. Starting a discussion is easy to do; just click on 'Write a Post' in the sidebar of the tag page to get started!",
|
||||
|
|
|
|||
|
|
@ -17,13 +17,13 @@ FactoryBot.define do
|
|||
factory :twitter_connect_broadcast do
|
||||
title { "Welcome Notification: twitter_connect" }
|
||||
type_of { "Welcome" }
|
||||
processed_html { "You're on a roll! 🎉 Let's connect your <a href='/settings'> Twitter account</a> to complete your identity so that we don't think you're a robot. 🤖" }
|
||||
processed_html { "You're on a roll! 🎉 Do you have a Twitter account? Consider <a href='/settings'>connecting it</a> so we can @mention you if we share your post via our Twitter account <a href='https://twitter.com/thePracticalDev'>@thePracticalDev</a>." }
|
||||
end
|
||||
|
||||
factory :github_connect_broadcast do
|
||||
title { "Welcome Notification: github_connect" }
|
||||
type_of { "Welcome" }
|
||||
processed_html { "You're on a roll! 🎉 Let's connect your <a href='/settings'> GitHub account</a> to complete your identity so that we don't think you're a robot. 🤖" }
|
||||
processed_html { "You're on a roll! 🎉 Do you have a GitHub account? Consider <a href='/settings'>connecting it</a> so you can pin any of your repos to your profile." }
|
||||
end
|
||||
|
||||
factory :customize_ux_broadcast do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue