diff --git a/README.md b/README.md
index ec3d5f6..090b836 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# End-to-End Encryption App
-This app provides all the necessary APIs to implement end-to-end encryption
-on the client side. Additionally it makes sure that end-to-end encrypted
+This app provides all the necessary APIs to implement End-to-End encryption
+on the client side. Additionally it makes sure that End-to-End encrypted
files are not accessible with the web interface and other WebDAV clients.
Here you can find the [API documentation](https://github.com/nextcloud/end_to_end_encryption/blob/master/doc/api.md).
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 99134b6..66270e7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,7 +3,7 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
end_to_end_encryptionEnd-to-End Encryption
- End-to-end encryption endpoint
+ End-to-End encryption endpointProvides the necessary endpoint to enable end-to-end encryption.1.11.0agpl
diff --git a/package.json b/package.json
index fafe79c..99bae37 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "end_to_end_encryption",
"version": "1.11.0",
- "description": "Provides the necessary endpoint to enable end-to-end encryption.",
+ "description": "Provides the necessary endpoint to enable End-to-End encryption.",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
diff --git a/src/components/SecuritySection.vue b/src/components/SecuritySection.vue
index 87e18eb..14068c5 100644
--- a/src/components/SecuritySection.vue
+++ b/src/components/SecuritySection.vue
@@ -4,17 +4,17 @@
-->
-
-
{{ t('end_to_end_encryption', 'Please read carefully before resetting your end-to-end encryption keys') }}
+
{{ t('end_to_end_encryption', 'Please read carefully before resetting your End-to-End encryption keys') }}
-
{{ t('end_to_end_encryption', 'Once your end to end encryption keys are reset, all files stored in your encrypted folder will be inaccessible') }}
-
{{ t('end_to_end_encryption', 'You should only reset your end to end encryption keys if you lost your secure key words (mnemonic)') }}
+
{{ t('end_to_end_encryption', 'Once your End-to-End encryption keys are reset, all files stored in your encrypted folder will be inaccessible') }}
+
{{ t('end_to_end_encryption', 'You should only reset your End-to-End encryption keys if you lost your secure key words (mnemonic)') }}
{{ t('end_to_end_encryption', 'Check on all connected devices if you can retrieve your mnemonic') }}
{{ t('end_to_end_encryption', 'Any still connected device might cause problems after deleting the keys, so it is better to disconnect and reconnect the devices again.') }}