diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2020-10-24 18:49:31 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-10-28 21:14:11 +0100 |
commit | bb38fd8fd56d56b8b6b7a0c5448b9589cb7d40e8 (patch) | |
tree | 2c486c580f2b8d009a0580e6d1c5bfe2b8131e51 /apps | |
parent | ef382f541c42f719b8dd30a4e0e248ef1bc39c84 (diff) | |
download | nextcloud-server-bb38fd8fd56d56b8b6b7a0c5448b9589cb7d40e8.tar.gz nextcloud-server-bb38fd8fd56d56b8b6b7a0c5448b9589cb7d40e8.zip |
l10n: Name with a capital letter: SharingInput.vue
Diffstat (limited to 'apps')
-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 06b39db4fcb..588ed634166 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -126,7 +126,7 @@ export default { return t('files_sharing', 'Name or email …') } - return t('files_sharing', 'Name, email, or federated cloud ID …') + return t('files_sharing', 'Name, email, or Federated Cloud ID …') }, isValidQuery() { |