summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-03-23 17:22:12 +0100
committerGitHub <noreply@github.com>2023-03-23 17:22:12 +0100
commit1d4ff2cf10596e31554ebfbd47997894b37ef130 (patch)
treeb3dac8dddfc9b5bae08f7e429171bb7ab693190a /apps
parent825f847ef12c17621697c02349396261a33d43f5 (diff)
parent4afac3879d235c9abfbc244e8c4357063a66e99d (diff)
downloadnextcloud-server-1d4ff2cf10596e31554ebfbd47997894b37ef130.tar.gz
nextcloud-server-1d4ff2cf10596e31554ebfbd47997894b37ef130.zip
Merge pull request #37265 from nextcloud/enh/33892/new-attempt
l10n: Spelling unification
Diffstat (limited to 'apps')
-rw-r--r--apps/dashboard/appinfo/info.xml7
-rw-r--r--apps/encryption/appinfo/info.xml11
-rw-r--r--apps/settings/src/components/PersonalInfo/AvatarSection.vue2
3 files changed, 6 insertions, 14 deletions
diff --git a/apps/dashboard/appinfo/info.xml b/apps/dashboard/appinfo/info.xml
index 4467aa7539e..9a703b3e64d 100644
--- a/apps/dashboard/appinfo/info.xml
+++ b/apps/dashboard/appinfo/info.xml
@@ -6,11 +6,8 @@
<summary>Dashboard app</summary>
<description><![CDATA[Start your day informed
-The Nextcloud Dashboard is your starting point of the day, giving you an
-overview of your upcoming appointments, urgent emails, chat messages,
-incoming tickets, latest tweets and much more! Users can add the widgets
-they like and change the background to their liking.]]></description>
- <version>7.7.0</version>
+The Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! Users can add the widgets they like and change the background to their liking.]]>
+ </description>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Dashboard</namespace>
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index cbdc2f1dc62..15e95ee475a 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -5,14 +5,9 @@
<name>Default encryption module</name>
<summary>Default encryption module for server-side encryption</summary>
<description>
- In order to use this encryption module you need to enable server-side
- encryption in the admin settings. Once enabled this module will encrypt
- all your files transparently. The encryption is based on AES 256 keys.
- The module won't touch existing files, only new files will be encrypted
- after server-side encryption was enabled. It is also not possible to
- disable the encryption again and switch back to a unencrypted system.
- Please read the documentation to know all implications before you decide
- to enable server-side encryption.
+In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.
+The module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to a unencrypted system.
+Please read the documentation to know all implications before you decide to enable server-side encryption.
</description>
<version>2.15.0</version>
<licence>agpl</licence>
diff --git a/apps/settings/src/components/PersonalInfo/AvatarSection.vue b/apps/settings/src/components/PersonalInfo/AvatarSection.vue
index 3b27d8e2b3c..e9d59d72f9c 100644
--- a/apps/settings/src/components/PersonalInfo/AvatarSection.vue
+++ b/apps/settings/src/components/PersonalInfo/AvatarSection.vue
@@ -46,7 +46,7 @@
<Upload :size="20" />
</template>
</NcButton>
- <NcButton :aria-label="t('settings', 'Choose profile picture from files')"
+ <NcButton :aria-label="t('settings', 'Choose profile picture from Files')"
@click="openFilePicker">
<template #icon>
<Folder :size="20" />