Skip to content

Commit e8dceb5

Browse files
authored
fix(i18n): Fix grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent 457deea commit e8dceb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)