<%= render "pages/v1_editor_guide_preamble" %>
<% else %>
- We have two editor versions . If you prefer Jekyll-style "frontmatter", switch to "basic markdown" in /settings/ux .
+ We have two editor versions . If you prefer Jekyll-style "frontmatter", switch to "basic markdown" in /settings/customization .
Things to Know
Use markdown to write and format <%= community_name %> posts.
diff --git a/app/views/pages/_v1_editor_guide_preamble.html.erb b/app/views/pages/_v1_editor_guide_preamble.html.erb
index 2063cc500..5a69ae3c2 100644
--- a/app/views/pages/_v1_editor_guide_preamble.html.erb
+++ b/app/views/pages/_v1_editor_guide_preamble.html.erb
@@ -8,7 +8,7 @@
When you're ready to publish, set the published variable to true.
-We have two editor versions . If you'd prefer to edit title and tags etc. as separate fields, switch to the "rich + markdown" option in /settings/ux . Otherwise, continue:
+We have two editor versions . If you'd prefer to edit title and tags etc. as separate fields, switch to the "rich + markdown" option in /settings/customization . Otherwise, continue:
Front Matter
Custom variables set for each post, located between the triple-dashed lines in your editor. Here is a list of possibilities:
diff --git a/db/seeds.rb b/db/seeds.rb
index 3346751fb..4e503acd1 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -317,7 +317,7 @@ seeder.create_if_none(Broadcast) do
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 following some tags to help customize your feed! 🎉",
customize_experience: "Sloan here! 👋 Did you know that that you can customize your DEV experience? " \
- "Try changing your font and theme and find the best style for you!",
+ "Try changing your font and theme and find the best style for you!",
start_discussion: "Sloan here! 👋 I noticed that you haven't " \
"started a discussion yet. Starting a discussion is easy to do; " \
"just click on 'Write a Post' in the sidebar of the tag page to get started!",
diff --git a/spec/factories/broadcasts.rb b/spec/factories/broadcasts.rb
index 8937ab121..e5e741768 100644
--- a/spec/factories/broadcasts.rb
+++ b/spec/factories/broadcasts.rb
@@ -55,7 +55,7 @@ FactoryBot.define do
type_of { "Welcome" }
processed_html do
"Sloan here! 👋 Did you know that that you can customize your DEV experience? " \
- "Try changing your font and theme and find the best style for you!"
+ "Try changing your font and theme and find the best style for you!"
end
end