Skip to content

refactor(content): replace em dashes with natural punctuation in website text - #491

Open
MarvelBR wants to merge 1 commit into
LibreSign:mainfrom
MarvelBR:main
Open

refactor(content): replace em dashes with natural punctuation in website text#491
MarvelBR wants to merge 1 commit into
LibreSign:mainfrom
MarvelBR:main

Conversation

@MarvelBR

@MarvelBR MarvelBR commented Sep 4, 2026

Copy link
Copy Markdown

Summary

This PR replaces em dashes (-) across the website content with more natural and varied punctuation (colons, semicolons, commas or direct phrasing).

About Us changes

Preview of the About Us page showing the updated text:

  • Replaced the em dash in the mission text with a semicolon (;) before "that is why...".
  • Replaced the em dash in the origin text with a comma (,) before "combining...".

Testing

  1. Built the static assets using npm run build-assets and started the local server.
  2. Verified all modified pages in browser to ensure text renders naturally.

Changes

  • source/_posts/crl-implementation.md: Replaced em dash with a colon.
  • source/about.blade.php: Replaced em dashes with semicolon and comma.
  • source/features.blade.php: Streamlined the sentence structure.
  • source/index.blade.php: Updated section subtitle using a colon and offer description with a comma.
  • source/team.blade.php: Updated intro description using a semicolon and meta description with a comma.
  • lang/en/main.json: Synchronized translation keys and English values to match updated templates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace em dashes in website text

1 participant