mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36: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>
|
||||
|
||||
Reference in New Issue
Block a user