mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
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>
This commit is contained in:
parent
86b17e2248
commit
f7c115146f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue