diff --git a/src/app/components/about/about.component.html b/src/app/components/about/about.component.html index e215ccc..769e702 100644 --- a/src/app/components/about/about.component.html +++ b/src/app/components/about/about.component.html @@ -1,9 +1,9 @@
-

What´s Greenvironment?

+

What's Greenvironment?

Hello Greenvironment!

We, the greenviroment team want to create a netwok for environmentalists who care for our nature and our planet as much as we do.

We believe, that together we can do amazing things to protect our environment and keep it clean and green.

- You aren´t part of greenvironment yet? - join us here + You aren't part of greenvironment yet? - join us here
\ No newline at end of file diff --git a/src/app/components/login/login.component.html b/src/app/components/login/login.component.html index 7d5f2b6..f77d717 100644 --- a/src/app/components/login/login.component.html +++ b/src/app/components/login/login.component.html @@ -16,7 +16,7 @@

{{errorMessage}}



- You aren´t part of greenvironment yet? - join us here + You aren't part of greenvironment yet? - join us here diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index b8344fe..6dce2d7 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -23,7 +23,7 @@ {{user.level}} ({{rankname}}) -

What´s the level?

+

What does the level mean?

There are different levels you can reach through green behaviour. Collect 100 points to level up! The levels are called:

diff --git a/src/app/models/actionlist.ts b/src/app/models/actionlist.ts index cab24f6..29a2ba7 100644 --- a/src/app/models/actionlist.ts +++ b/src/app/models/actionlist.ts @@ -8,7 +8,7 @@ export class Actionlist{ { id: 5, name: "reduce waste", points: 5 }, { id: 6, name: "reduce CO2 emission", points: 5 }, { id: 7, name: "eat a vegetarian meal", points: 2 }, - { id: 8, name: "don´t use the car", points: 10 }, + { id: 8, name: "don't use the car", points: 10 }, { id: 9, name: "buy fair trade/ local product", points: 1 }, { id: 10, name: "donate money to an environment organisation ", points: 3 }, ];