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:
@@ -7,7 +7,7 @@
|
||||
<body class="text-dark">
|
||||
{{.Navbar}}
|
||||
<div class="container mt-3 text-black-50">
|
||||
<h1>Post - édition</h1>
|
||||
<h1>Post - edition</h1>
|
||||
<form action="posts" method="POST">
|
||||
<label for="postContent">Edition</label>
|
||||
<textarea id="postContent" name="postContent"></textarea>
|
||||
|
||||
Reference in New Issue
Block a user