Skip to content

Commit

Permalink
Removed (Beta) in titles
Browse files Browse the repository at this point in the history
Issue: #517

Removed all 3 (Beta) Titles per request in meeting
  • Loading branch information
jennacioffi authored and dmitrizagidulin committed Nov 6, 2023
1 parent 033bdc5 commit cddafab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/screens/PublicLinkScreen/PublicLinkScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default function PublicLinkScreen ({ navigation, route }: PublicLinkScree
const selectionColor = Platform.select({ ios: theme.color.brightAccent, android: theme.color.highlightAndroid });

const screenTitle = {
[PublicLinkScreenMode.Default]: 'Public Link (Beta)',
[PublicLinkScreenMode.ShareCredential]: 'Share Credential (Beta)',
[PublicLinkScreenMode.Default]: 'Public Link',
[PublicLinkScreenMode.ShareCredential]: 'Share Credential',
}[screenMode];

function displayLoadingModal() {
Expand Down
4 changes: 2 additions & 2 deletions app/screens/ShareHomeScreen/ShareHomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default function ShareHomeScreen({ navigation, route }: ShareHomeScreenPr

async function goToLinkSelect(): Promise<void> {
const [rawCredentialRecord] = await NavigationUtil.selectCredentials({
title: 'Create Public Link (Beta)',
title: 'Create Public Link',
instructionText: 'Select which credential you want to create a public link to.',
singleSelect: true,
});
Expand Down Expand Up @@ -202,7 +202,7 @@ export default function ShareHomeScreen({ navigation, route }: ShareHomeScreenPr
}
/>
<Text style={styles.paragraph}>
Allows publicly sharing one credential at a time. (Beta)
Allows publicly sharing one credential at a time.
</Text>
<Button
title="Send a credential"
Expand Down

0 comments on commit cddafab

Please sign in to comment.