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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-29 18:08:12 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-01 11:23:02 +0300
commit4e7989a83eafacbf4d12a714b0d27f66d1234640 (patch)
tree0aaea9bb6f25d8b52b39a077c2ae7a8666b7b444 /apps/theming/lib
parent3ce5f51c2aff53d068a22b87faa4e8be40ee11cc (diff)
Fix dark theme descriptionfix/theming-layout
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/lib')
-rw-r--r--apps/theming/lib/Themes/DarkTheme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Themes/DarkTheme.php b/apps/theming/lib/Themes/DarkTheme.php
index b2dc1dcea72..f5463d94fc4 100644
--- a/apps/theming/lib/Themes/DarkTheme.php
+++ b/apps/theming/lib/Themes/DarkTheme.php
@@ -45,7 +45,7 @@ class DarkTheme extends DefaultTheme implements ITheme {
}
public function getDescription(): string {
- return $this->l->t('A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find.');
+ return $this->l->t('A dark theme to ease your eyes by reducing the overall luminosity and brightness.');
}
public function getCSSVariables(): array {