summaryrefslogtreecommitdiffstats
path: root/documentation/webapp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/webapp/README.md')
-rw-r--r--documentation/webapp/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/webapp/README.md b/documentation/webapp/README.md
index 5cc74aa..40a737a 100644
--- a/documentation/webapp/README.md
+++ b/documentation/webapp/README.md
@@ -2,7 +2,7 @@
<a :href="$withBase('/img/dark_light_theme.png')" target="_blank"><img :src="$withBase('/img/dark_light_theme.png')" alt="BAS Dark and Light Theme" class="image-border"></a>
-The webapplication is the frontend for the BAS. It uses the same API calls, so everything which can be done in the frontend can also be done with the API.
+The webapplication is the frontend for the BAS. It uses the same API calls, so everything, which can be done in the frontend, can also be done with the API.
<a :href="$withBase('/img/home.png')" target="_blank"><img :src="$withBase('/img/home.png')" alt="BAS Home"></a>
@@ -11,10 +11,10 @@ The sidepanel can be opened and closed with <span class="tutorial-label">2</span
There are diffent appearances of the sidepanel which can be configured in the [Settings](/webapp/README.md#settings).
> <span class="tutorial-label">3</span> changes the style of the webapplication between a light and a dark theme.\
> <span class="tutorial-label">4</span> opens the [Notifications](/webapp/README.md#notification) menu. The button has a notification counter, if there are unseen notifications.\
-> <span class="tutorial-label">5</span> opens a small menu where you can go to the [User Settings](/webapp/README.md#user-account-settings), the [Settings](/webapp/README.md#settings) or Logout of the webapplication.
+> <span class="tutorial-label">5</span> opens a small menu where you can go to the [User Settings](/webapp/README.md#user-account-settings), the [Settings](/webapp/README.md#settings) or log out of the webapplication.
## User Account
-In the user account module the user is able to change some of his informations.
+In the user account module the user is able to change some of his information.
<a :href="$withBase('/img/account.png')" target="_blank"><img :src="$withBase('/img/account.png')" alt="BAS Account"></a>
@@ -25,9 +25,9 @@ The change of the ```USERNAME``` is not possible in the account settings.
The ```USERNAME``` can be changed in the [User Management](/webapp/modules.md#user-management) module where the ```EDIT``` permission is required.
:::
-The ```PASSWORD``` can be changed with pressing the ```EDIT``` button <span class="tutorial-label">2</span>. The requirements for a password are ```>= 8 characters```.
+The ```PASSWORD``` can be changed by pressing the ```EDIT``` button <span class="tutorial-label">2</span>. The requirements for a password are ```>= 8 characters```.
-With the ```DELETE``` button <span class="tutorial-label">3</span> the user can delete his account.
+Using the ```DELETE``` button <span class="tutorial-label">3</span> the user can delete his account.
::: danger
Deleting your account can **NOT** be undone.
:::