]> source.dussan.org Git - nextcloud-server.git/commitdiff
Dashboard: Fix wording issue on greetings
authorJan C. Borchardt <hey@jancborchardt.net>
Tue, 11 Aug 2020 08:10:24 +0000 (10:10 +0200)
committerJan C. Borchardt <hey@jancborchardt.net>
Tue, 11 Aug 2020 08:12:25 +0000 (10:12 +0200)
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
apps/dashboard/src/App.vue

index 66e4b96c583c34a316c3fbb4bd2c65f98ffca0a0..3c4644df47baaf39f7142266fea6df56f1a4d71c 100644 (file)
@@ -125,7 +125,7 @@ export default {
                        if (time > 5) {
                                return { text: shouldShowName ? t('dashboard', 'Good morning, {name}', { name: this.displayName }) : t('dashboard', 'Good morning') }
                        }
-                       return { text: shouldShowName ? t('dashboard', 'Good night, {name}', { name: this.displayName }) : t('dashboard', 'Have a night owl') }
+                       return { text: shouldShowName ? t('dashboard', 'Good night, {name}', { name: this.displayName }) : t('dashboard', 'Good night') }
                },
                isActive() {
                        return (panel) => this.layout.indexOf(panel.id) > -1