Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-10-01 16:48:50 +0300
committerJoas Schilling <coding@schilljs.com>2021-10-11 17:03:33 +0300
commit152ee6e75ac3004fa92eb09403d3032bb119637e (patch)
tree93c8471da397624084dbfb7ecf74a83433b11fc2 /lib
parent9ec53c6ffbfb13b6cd15755ca74c09ca35819c21 (diff)
Fix wording and sorting in the settings section
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Settings/Personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Settings/Personal.php b/lib/Settings/Personal.php
index b756227..38c631c 100644
--- a/lib/Settings/Personal.php
+++ b/lib/Settings/Personal.php
@@ -119,6 +119,6 @@ class Personal implements ISettings {
* E.g.: 70
*/
public function getPriority(): int {
- return 55;
+ return 20;
}
}