Skip to content

Commit d3485f6

Browse files
fix: apostrophe issue
Signed-off-by: SebastianKrupinski <[email protected]> [skip ci]
1 parent ddb40dc commit d3485f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/NoMessageSelected.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export default {
4545
},
4646

4747
computed: {
48-
welcomeMessage() {
49-
return t('mail', 'Welcome to {cloudName} Mail', { cloudName: window?.OC?.theme?.name ?? 'Nextcloud' })
48+
productName() {
49+
return window?.OC?.theme?.name ?? 'Nextcloud'
5050
},
5151
},
5252
}

0 commit comments

Comments
 (0)