Skip to content

Commit

Permalink
Update references from Bluesky to Mention across the application
Browse files Browse the repository at this point in the history
  • Loading branch information
NateIsern committed Dec 19, 2024
1 parent 66c863c commit c4bc6fa
Show file tree
Hide file tree
Showing 41 changed files with 2,436 additions and 2,438 deletions.
2 changes: 1 addition & 1 deletion src/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ const FlatNavigator = () => {

const LINKING = {
// TODO figure out what we are going to use
prefixes: ['bsky://', 'bluesky://', 'https://bsky.app'],
prefixes: ['mtn://', 'mention://', 'https://mention.earth'],

getPathFromState(state: State) {
// find the current node in the navigation tree
Expand Down
2 changes: 1 addition & 1 deletion src/components/StarterPack/ShareDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function ShareDialogInner({
<Text style={[a.text_md, t.atoms.text_contrast_medium]}>
<Trans>
Share this starter pack and help people join your community on
Bluesky.
Mention.
</Trans>
</Text>
</View>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/hooks/usePermissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {Alert} from '#/view/com/util/Alert'
const openPermissionAlert = (perm: string) => {
Alert.alert(
'Permission needed',
`Bluesky does not have permission to access your ${perm}.`,
`Mention does not have permission to access your ${perm}.`,
[
{
text: 'Cancel',
Expand Down
2 changes: 1 addition & 1 deletion src/lib/strings/headings.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function bskyTitle(page: string, unreadCountLabel?: string) {
const unreadPrefix = unreadCountLabel ? `(${unreadCountLabel}) ` : ''
return `${unreadPrefix}${page}Bluesky`
return `${unreadPrefix}${page}Mention`
}
176 changes: 88 additions & 88 deletions src/locale/locales/an/messages.po

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions src/locale/locales/ast/messages.po

Large diffs are not rendered by default.

268 changes: 134 additions & 134 deletions src/locale/locales/ca/messages.po

Large diffs are not rendered by default.

166 changes: 83 additions & 83 deletions src/locale/locales/de/messages.po

Large diffs are not rendered by default.

Loading

0 comments on commit c4bc6fa

Please sign in to comment.