mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
english to french translations
This commit is contained in:
@@ -97,7 +97,7 @@ const ContactForm = () => {
|
||||
className="py-3 px-5 text-sm font-medium text-center text-white rounded-lg bg-teal-600 sm:w-fit hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 dark:hover:bg-primary-700 dark:focus:ring-primary-800 dark:text-white disabled:opacity-25"
|
||||
data-test="submit-button"
|
||||
>
|
||||
{isSending ? "Sending..." : "Send Message"}
|
||||
{isSending ? "Envoi en cours..." : "Envoi Message"}
|
||||
</button>
|
||||
{infoMessage}
|
||||
</form>
|
||||
|
||||
@@ -33,7 +33,7 @@ const SearchBar = ({
|
||||
type="text"
|
||||
id="table-search"
|
||||
className="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-80 pl-10 p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
|
||||
placeholder="Search for items"
|
||||
placeholder="Recherche"
|
||||
value={tournamentFilter}
|
||||
onChange={(e) => setTournamentFilter(e.target.value)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user