Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 37f70a5

Browse files
committed
fix: improving naming
1 parent 716c816 commit 37f70a5

7 files changed

Lines changed: 272 additions & 266 deletions

File tree

public/favicon.svg

Lines changed: 132 additions & 129 deletions
Loading

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
/>
2626
<meta name="theme-color" content="#00A9CE" />
2727
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
28-
<meta name="application-name" content="Cat Tracker" />
28+
<meta name="application-name" content="nRF Asset Tracker" />
2929
<meta name="msapplication-TileColor" content="#00A9CE" />
30-
<title>Cat Tracker</title>
30+
<title>nRF Asset Tracker</title>
3131
<link
3232
rel="stylesheet"
3333
href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "Cat Tracker",
3-
"name": "Cat Tracker Web Application",
2+
"short_name": "nRF Asset Tracker",
3+
"name": "nRF Asset Tracker Web Application",
44
"icons": [
55
{
66
"src": "favicon.svg",

src/About/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const About = ({ config }: { config: ReactAppConfigType }) => (
88
<p>
99
This is the web application of the <em>nRF Asset Tracker</em> which aims
1010
to provide a concrete end-to-end sample for an IoT product in the asset
11-
tracker space, a Cat Tracker. You can find the source code on{' '}
11+
tracker space. You can find the source code on{' '}
1212
<a
1313
href={
1414
'https://github.com/NordicSemiconductor/asset-tracker-cloud-app-js'

src/Navigation/NavbarBrand.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ const defaultNavbarBrand: React.ReactElement<any> = (
2727
width="30"
2828
height="30"
2929
className="d-inline-block align-top"
30-
alt={`Cat Tracker (Azure)`}
30+
alt={`nRF Asset Tracker (Azure)`}
3131
/>
32-
Cat Tracker <Flavour>Azure</Flavour>
32+
nRF Asset <Flavour>Azure</Flavour>
3333
</NavbarBrand>
3434
)
3535

src/azure/Cats/List.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const List = ({
109109
{!cats.length && (
110110
<CardBody>
111111
No cats, yet. Read more about how to create{' '}
112-
<em>Device Credentials</em> for your cat trackers{' '}
112+
<em>Device Credentials</em> for your trackers{' '}
113113
<a
114114
href={
115115
'https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/'

0 commit comments

Comments
 (0)