updating translation key

This commit is contained in:
Antoine M 2024-03-14 09:54:55 +01:00
parent 7451009347
commit 58126f374b

View File

@ -27,7 +27,7 @@ export default function Country() {
<Nav /> <Nav />
<section className='screen__content'> <section className='screen__content'>
<h1 className='titling-construction'>{currentScreenTranslations.profile}</h1> <h1 className='titling-construction'>{currentScreenTranslations.profile}</h1>
<h2 className='screen-subtitle '>{currentScreenTranslations.iam}...</h2> <h2 className='screen-subtitle '>{currentScreenTranslations.iamfrom}...</h2>
<CountrySelect label={currentScreenTranslations.country_label} /> <CountrySelect label={currentScreenTranslations.country_label} />
<button <button