fixup! fix: apostrophe issue
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
This commit is contained in:
Родитель
ae4502ac5c
Коммит
3ad4681154
|
@ -5,15 +5,12 @@
|
|||
|
||||
<template>
|
||||
<AppContentDetails class="app-content">
|
||||
<NcEmptyContent class="app-content__empty">
|
||||
<NcEmptyContent class="app-content__empty"
|
||||
:name="t('mail', 'Welcome to {productName} Mail', { productName }, null, {escape: false})"
|
||||
:description="t('mail', 'Start writing a message by clicking below or select an existing message to display its contents')">
|
||||
<template #icon>
|
||||
<IconMail :size="65" />
|
||||
</template>
|
||||
<template #name>
|
||||
<h1 class="empty-content__name">
|
||||
{{ welcomeMessage }}
|
||||
</h1>
|
||||
</template>
|
||||
<template #action>
|
||||
<NewMessageButtonHeader />
|
||||
</template>
|
||||
|
@ -36,8 +33,8 @@ export default {
|
|||
},
|
||||
|
||||
computed: {
|
||||
welcomeMessage() {
|
||||
return t('mail', 'Welcome to {cloudName} Mail', { cloudName: window?.OC?.theme?.name ?? 'Nextcloud' }, null, {escape: false})
|
||||
productName() {
|
||||
return window?.OC?.theme?.name ?? 'Nextcloud'
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче