diff --git a/src/webapp/main/src/components/notifications/notifications.vue b/src/webapp/main/src/components/notifications/notifications.vue index 317f583..3ad6450 100644 --- a/src/webapp/main/src/components/notifications/notifications.vue +++ b/src/webapp/main/src/components/notifications/notifications.vue @@ -74,7 +74,7 @@ This method deletes a notification and, in case the notification is being displayed, hides it. */ try { - delete notifications[ id ]; + delete this.notifications[ id ]; delete this.queue[ this.queue.findIndex( id ) ]; } catch ( error ) { console.log( 'notification to be deleted is nonexistent or currently being displayed' ); diff --git a/src/webapp/setup/index.html b/src/webapp/setup/index.html index 99f583a..3bb4ccf 100644 --- a/src/webapp/setup/index.html +++ b/src/webapp/setup/index.html @@ -4,7 +4,9 @@ -
You may find more infos about this part here
A database is a piece of software that specializes in storing data. libreevent can use most SQL based databases as well as a custom JSON-based database. You are strongly encouraged to use a SQL based database, as they perform significantly better. Read more - here + here
-An email address is required for libreevent to send out mails to users automatically, including their ticket and, in case Two-Factor-Authentication is enabled, + a Two-Factor-Authentication email.
+Here you have to enter the connection details for an email account. Most webhosting plans come with email addresses, so you might as well create a new one. + Note that you can customize how the sender of the mail appears down below in the display section.
Here you can adjust how the email sender appears to the customer. This also means, that the email address shown below might receive a response if + a customer does not possess the ability to read, which might happen from time to time. All mails contain the information that one should not respond + to them. +