Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmgrask committed Dec 10, 2024
1 parent 835fe24 commit 8d56bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ConduitSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import Animated, {
withTiming,
} from "react-native-reanimated";

import { useInproxyCompartmentId, useInproxyKeyPair } from "@/src/auth/hooks";
import { useInproxyKeyPair } from "@/src/auth/hooks";
import { wrapError } from "@/src/common/errors";
import { MBToBytes, bytesToMB } from "@/src/common/utils";
import { AnimatedText } from "@/src/components/AnimatedText";
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"string": "Personal Pairing"
},
"SHARE_PAIRING_LINK_I18N": {
"string": "Share Pairing Link"
"string": "Share With Friends & Family"
},
"ON_I18N": {
"string": "ON"
Expand Down

0 comments on commit 8d56bbd

Please sign in to comment.