Skip to content

Commit

Permalink
fix deleted device info text
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed May 17, 2021
1 parent 90c8103 commit d7ac073
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/components/screens/ContactInvitationScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import { useClient } from "urql";
import { ListItem, Icon } from "react-native-elements";
import { Alert } from "react-native";
import ListHeader from "../ui/ListHeader";
import ListItemInfo from "../ui/ListItemInfo";
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/screens/DeviceScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function DeviceScreen({ navigation, route }) {
return (
<ScrollScreenContainer horizontalPadding>
<Spacer />
<Text>This note just has been deleted.</Text>
<Text>This device has been deleted.</Text>
</ScrollScreenContainer>
);

Expand Down

0 comments on commit d7ac073

Please sign in to comment.