Spelling: Toggle sharing, to clipboard

This commit is contained in:
Allan Nordhøy 2017-07-14 15:16:55 +02:00 committed by GitHub
parent 94fe8e8747
commit 1e84fd99c1
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ angular.module('contactsApp')
ctrl.t = {
download: t('contacts', 'Download'),
copyURL: t('contacts', 'Copy URL'),
clickToCopy: t('contacts', 'Click to copy the URL into your clipboard'),
shareAddressbook: t('contacts', 'Toggle share'),
clickToCopy: t('contacts', 'Click to copy the URL to your clipboard'),
shareAddressbook: t('contacts', 'Toggle sharing'),
deleteAddressbook: t('contacts', 'Delete'),
renameAddressbook: t('contacts', 'Rename'),
shareInputPlaceHolder: t('contacts', 'Share with users or groups'),