Skip to content

Commit

Permalink
fix: missed one string for l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvalery committed Sep 29, 2021
1 parent 97b262a commit be253ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/fr/[slug].js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function Profile() {
</dd>
</div>
<div className="px-4 py-5 bg-white sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt className="text-sm font-medium text-gray-500">Last name</dt>
<dt className="text-sm font-medium text-gray-500">Nom de famille</dt>
<dd className="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
{!data.attributes.lastName ? (
<span className="italic text-gray-400">Aucun</span>
Expand Down

0 comments on commit be253ff

Please sign in to comment.