diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2023-03-13 11:36:07 +0100 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2023-04-18 12:08:38 +0200 |
commit | f7c115146fc4b75062149e47709ae9e1cd26026c (patch) | |
tree | 11009a11651214bb864adab18268159fc6786532 | |
parent | 86b17e2248b234c95202d33ef38bf026a63d3103 (diff) | |
download | nextcloud-server-f7c115146fc4b75062149e47709ae9e1cd26026c.tar.gz nextcloud-server-f7c115146fc4b75062149e47709ae9e1cd26026c.zip |
fix(l10n): Fixed grammar
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
-rw-r--r-- | apps/files_sharing/src/components/SharingInput.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index fed2ee7b39a..a86a8998468 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -424,7 +424,7 @@ export default { case this.SHARE_TYPES.SHARE_TYPE_SCIENCEMESH: return { icon: 'icon-sciencemesh', - iconTitle: t('files_sharing', 'Science Mesh'), + iconTitle: t('files_sharing', 'ScienceMesh'), } default: return {} |