Browse Source

Border-bottom fix and fixed text in Features section

pull/297/head
Sofia Boldyreva 2 years ago
parent
commit
1f3667d51a
  1. 2
      i18n/en.json
  2. 2
      layouts/index.html

2
i18n/en.json

@ -144,7 +144,7 @@
"The CentOS ecosystem is a very large and diverse community.": "The CentOS ecosystem is a very large and diverse community.",
"We've developed this project in good faith in the hope that everyone in the community can use and contribute to, no matter which distro you prefer.": "We've developed this project in good faith in the hope that everyone in the community can use and contribute to, no matter which distro you prefer.",
"That's the open source way.": "That's the open source way.",
"Switching distributions is usually costly and time-consuming, but thats not the case when switching from CentOS and other RHEL® derivatives to AlmaLinux OS.": "Switching distributions is usually costly and time-consuming, but thats not the case when switching from CentOS and other RHEL® derivatives to AlmaLinux OS.",
"Switching distributions is usually costly and time-consuming, but that's not the case when switching from CentOS and other RHEL® derivatives to AlmaLinux OS.": "Switching distributions is usually costly and time-consuming, but that's not the case when switching from CentOS and other RHEL® derivatives to AlmaLinux OS.",
"Switching is easy": "Switching is easy",
"The beating heart of ELevate is the": "The beating heart of ELevate is the",
"First join us at": "First join us at",

2
layouts/index.html

@ -474,7 +474,7 @@
<div>
<h4 class="fw-bold mb-0 pb-2">{{ i18n "Effortless to switch to" }}</h4>
<p>
{{ i18n "Switching distributions is usually costly and time-consuming, but thats not the case when switching from CentOS and other RHEL® derivatives to AlmaLinux OS."}} {{ i18n "Switching is easy" }} - <a href="https://github.com/AlmaLinux/almalinux-deploy">{{ i18n "read how" }}.</a>
{{ i18n "Switching distributions is usually costly and time-consuming, but that's not the case when switching from CentOS and other RHEL® derivatives to AlmaLinux OS."}} {{ i18n "Switching is easy" }} - <a href="https://github.com/AlmaLinux/almalinux-deploy">{{ i18n "read how" }}.</a>
</p>
</div>
</div>

Loading…
Cancel
Save