mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
clean: english
The changes in this commit were made to translate the website's text content from French to English, as part of efforts to ensure the platform is more accessible to a wider audience. This includes translation of user-facing instructions, button labels, form fields, and messages across multiple templates including home.html, setup1.html, setup2.html, and login.html among others.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>GohCMS | Installation</title>
|
||||
<title>GohCMS | Setup</title>
|
||||
{{.Head}}
|
||||
|
||||
<style>
|
||||
@@ -15,13 +15,13 @@
|
||||
<div class="d-flex flex-column gap-5 m-auto form-container">
|
||||
<div>
|
||||
<h1>GohCMS</h1>
|
||||
<h2>Installation terminée !</h2>
|
||||
<h2>Setup done!</h2>
|
||||
</div>
|
||||
<p>GohCMS est maintenant prêt à être utilisé.</p>
|
||||
<p>GohCMS is now ready.</p>
|
||||
<button id="finalSetupFormButton" class="btn btn-primary" type="button">
|
||||
<span class="finalSetupFormButtonLoading visually-hidden spinner-border spinner-border-sm"
|
||||
role="status"></span>
|
||||
<span class="finalSetupFormButtonDefault">Terminer</span>
|
||||
<span class="finalSetupFormButtonDefault">Finish</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user