Skip to content

Commit

Permalink
rose wallet title
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Mar 20, 2024
1 parent 49f0b02 commit e977951
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="./logo192.png" />
<link rel="manifest" href="./app.webmanifest" />
<meta property="og:title" content="Oasis Wallet" />
<meta property="og:title" content="Oasis ROSE Wallet" />
<meta property="og:description" content="The official non-custodial web wallet for the Oasis Network." />
<meta property="og:image" content="./oasis-og-image.jpg" />
<meta property="og:type" content="website" />
<title>Oasis Wallet</title>
<title>Oasis ROSE Wallet</title>
<meta name="description" content="The official non-custodial web wallet for the Oasis Network." />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const SidebarHeader = (props: SidebarHeaderProps) => {
<Link to="/">
<Box align="center" direction="row" gap="small">
<Avatar src={logotype} size={sizeLogo[size]} />
{size !== 'medium' && <Text>Oasis Wallet</Text>}
{size !== 'medium' && <Text>ROSE Wallet</Text>}
</Box>
</Link>
</Box>
Expand Down
4 changes: 2 additions & 2 deletions src/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export function App() {
<FatalErrorHandler>
<ModalProvider>
<Helmet
titleTemplate="%s - Oasis Wallet"
defaultTitle="Oasis Wallet"
titleTemplate="%s - Oasis ROSE Wallet"
defaultTitle="Oasis ROSE Wallet"
htmlAttributes={{ lang: i18n.language }}
>
<meta name="description" content="A wallet for Oasis" />
Expand Down
10 changes: 5 additions & 5 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
"oasisscan": "Oasis Scan API"
},
"banner": {
"buildPreview": "Please note this is an experimental build of Oasis Wallet and your secrets are not safe. ONLY USE IT FOR TESTING.",
"buildStaging": "Please note this is the staging deployment of Oasis Wallet. ONLY USE IT FOR TESTING."
"buildPreview": "Please note this is an experimental build of ROSE Wallet and your secrets are not safe. ONLY USE IT FOR TESTING.",
"buildStaging": "Please note this is the staging deployment of ROSE Wallet. ONLY USE IT FOR TESTING."
},
"common": {
"amount": "Amount",
Expand Down Expand Up @@ -166,10 +166,10 @@
"copied": "Error copied to clipboard",
"copy": "Copy error to clipboard",
"heading": "A fatal error occurred",
"instruction": "A fatal error has occurred and Oasis Wallet must stop. Try refreshing the page and reopening your wallet to see if the issue persists. If the issue persists, please contact our support team via <Email/> email and attach the report below."
"instruction": "A fatal error has occurred and ROSE Wallet must stop. Try refreshing the page and reopening your wallet to see if the issue persists. If the issue persists, please contact our support team via <Email/> email and attach the report below."
},
"fiatOnramp": {
"astarFootnote": "It is hereby noted that AStar Technologies, a Cayman Islands exempted company is acting on behalf and for the purposes of Oasis, and is also the provider of the Oasis Wallet.",
"astarFootnote": "It is hereby noted that AStar Technologies, a Cayman Islands exempted company is acting on behalf and for the purposes of Oasis, and is also the provider of the ROSE Wallet.",
"description": "This feature allows you to convert your fiat currency into cryptocurrency.",
"header": "Buy ROSE",
"headerInWidget": "Purchase ROSE to your wallet",
Expand All @@ -181,7 +181,7 @@
"thirdPartyDisclaimer": "This service is provided by an external party. Oasis* does not carry any responsibility. All fees charged by Transak."
},
"footer": {
"github": "Oasis Wallet is fully <GithubLink>open source</GithubLink> - Feedback and issues are appreciated!",
"github": "ROSE Wallet is fully <GithubLink>open source</GithubLink> - Feedback and issues are appreciated!",
"poweredBy": {
"oasismonitor": "Powered by Oasis Monitor API & Oasis gRPC",
"oasisscan": "Powered by Oasis Scan API & Oasis gRPC"
Expand Down

0 comments on commit e977951

Please sign in to comment.