From ec01e0a790448fff38364f629a4de4edb5d465bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 12:05:10 +0000 Subject: Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst Signed-off-by: dependabot-preview[bot] Signed-off-by: Christoph Wurst --- apps/files_sharing/src/utils/SharedWithMe.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/files_sharing/src/utils/SharedWithMe.js') diff --git a/apps/files_sharing/src/utils/SharedWithMe.js b/apps/files_sharing/src/utils/SharedWithMe.js index 43abddc36b4..e1bc12ffed1 100644 --- a/apps/files_sharing/src/utils/SharedWithMe.js +++ b/apps/files_sharing/src/utils/SharedWithMe.js @@ -33,7 +33,7 @@ const shareWithTitle = function(share) { 'Shared with you and the group {group} by {owner}', { group: share.shareWithDisplayName, - owner: share.ownerDisplayName + owner: share.ownerDisplayName, }, undefined, { escape: false } @@ -44,7 +44,7 @@ const shareWithTitle = function(share) { 'Shared with you and {circle} by {owner}', { circle: share.shareWithDisplayName, - owner: share.ownerDisplayName + owner: share.ownerDisplayName, }, undefined, { escape: false } @@ -56,7 +56,7 @@ const shareWithTitle = function(share) { 'Shared with you and the conversation {conversation} by {owner}', { conversation: share.shareWithDisplayName, - owner: share.ownerDisplayName + owner: share.ownerDisplayName, }, undefined, { escape: false } @@ -66,7 +66,7 @@ const shareWithTitle = function(share) { 'files_sharing', 'Shared with you in a conversation by {owner}', { - owner: share.ownerDisplayName + owner: share.ownerDisplayName, }, undefined, { escape: false } -- cgit v1.2.3