Skip to content

Commit 8d0b898

Browse files
authored
Merge pull request #708 from nextcloud/rakekniven-patch-1
fix(i18n): Fix grammar
2 parents 457deea + e8dceb5 commit 8d0b898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DaemonConfig/DaemonConfigList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ul>
1818
<NcEmptyContent
1919
v-else
20-
:name="t('app_api', 'No Deploy daemons is registered')"
20+
:name="t('app_api', 'No Deploy daemons are registered')"
2121
:description="t('app_api', 'Register a custom one or configure one from the available templates')">
2222
<template #icon>
2323
<FormatListBullet :size="20" />

0 commit comments

Comments
 (0)