Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating instances of Metamask to MetaMask #4440

Merged
merged 1 commit into from
Jun 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .js.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export MM_OPENSEA_KEY=""
export MM_ETHERSCAN_KEY=""
export MM_FOX_CODE="EXAMPLE_FOX_CODE"

# NOTE: Non-Metamask only, will need to create an account and generate
# NOTE: Non-MetaMask only, will need to create an account and generate
# API key at https://infura.io in order to connect to main and test nets.
# More info: https://github.com/MetaMask/metamask-mobile/issues/1984

Expand Down
4 changes: 2 additions & 2 deletions app/components/UI/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const metamask_fox = require('../../../images/fox.png'); // eslint-disable-line
/**
* Function that returns the navigation options
* This is used by views that will show our custom navbar
* which contains accounts icon, Title or Metamask Logo and current network, and settings icon
* which contains accounts icon, Title or MetaMask Logo and current network, and settings icon
*
* @param {string} title - Title in string format
* @param {Object} navigation - Navigation object required to push new views
Expand Down Expand Up @@ -554,7 +554,7 @@ export function getSendFlowTitle(title, navigation, route, themeColors) {
/**
* Function that returns the navigation options
* This is used by views that will show our custom navbar
* which contains accounts icon, Title or Metamask Logo and current network, and settings icon
* which contains accounts icon, Title or MetaMask Logo and current network, and settings icon
*
* @param {Object} navigation - Navigation object required to push new views
* @returns {Object} - Corresponding navbar options containing headerTitle, headerLeft and headerRight
Expand Down
2 changes: 1 addition & 1 deletion app/util/dapp-url-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default [
},
{
url: 'https://faucet.metamask.io/',
name: 'Metamask Ether Faucet (Ropsten)',
name: 'MetamMask Ether Faucet (Ropsten)',
},
{
url: 'https://www.minds.com/',
Expand Down
2 changes: 1 addition & 1 deletion locales/languages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
"here": "здесь",
"agree": "Я согласен(-на)",
"decline": "Нет, спасибо",
"description_title": "Помогите нам улучшить Metamask",
"description_title": "Помогите нам улучшить MetaMask",
"description_content_1": "MetaMask хотел бы собрать основные данные об использовании, чтобы лучше понять, как наши пользователи взаимодействуют с мобильным приложением. Эти данные будут использоваться для постоянного улучшения удобства использования и взаимодействия с пользователем нашего продукта.",
"description_content_2": "MetaMask...",
"action_description_1": "всегда позволяет вам запретить сбор данных в Настройках;",
Expand Down
4 changes: 2 additions & 2 deletions storybook/GettingStarted.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ storiesOf('Getting Started', module).add('Introduction', () => {
<Text>Welcome to the MetaMask Mobile Storybook.</Text>
<Title>Building Locally and Contributing</Title>
<Text>
If you are looking to get a local build of Metamask Mobile up and
If you are looking to get a local build of MetaMask Mobile up and
running or contribute to the mobile app codebase please read the
Metamask{' '}
MetaMask{' '}
<Text link onPress={openMetaMaskMobileReadme}>
README.md
</Text>
Expand Down
2 changes: 1 addition & 1 deletion storybook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to the MetaMask Mobile Storybook.

## Building Locally and Contributing

If you are looking to get a local build of Metamask Mobile up and running or contribute to the mobile app codebase please read the Metamask [README.md](https://github.com/MetaMask/metamask-mobile)
If you are looking to get a local build of MetaMask Mobile up and running or contribute to the mobile app codebase please read the MetaMask [README.md](https://github.com/MetaMask/metamask-mobile)

## Documentation Guidelines

Expand Down