Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Fix translations in device pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrogerlux authored and LFBarreto committed Mar 16, 2022
1 parent b644d94 commit d188a4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/screens/PairDevices/PendingPairing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ const PendingPairing = () => {
<NumberedList
items={[
{
title: t("PairDevices.Pairing.title1"),
description: t("PairDevices.Pairing.step1", deviceWording),
title: t("v3.PairDevices.Pairing.title1"),
description: t("v3.PairDevices.Pairing.step1", deviceWording),
},
{
title: t("PairDevices.Pairing.title2"),
description: t("PairDevices.Pairing.step2", deviceWording),
title: t("v3.PairDevices.Pairing.title2"),
description: t("v3.PairDevices.Pairing.step2", deviceWording),
},
]}
/>
Expand Down

0 comments on commit d188a4e

Please sign in to comment.