Skip to content

Commit

Permalink
Adjust guest sharing dropdown text for recent core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jun 17, 2019
1 parent b1684c6 commit c45147d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/guestshare.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@

if (provideGuestEntry) {
result.push({
label: t('core', 'Add {unknown} (guest)', {unknown: searchTerm}),
label: t('core', 'Add {unknown}', {unknown: searchTerm}),
value: {
shareType: OC.Share.SHARE_TYPE_GUEST,
shareWith: searchTerm
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/WebUIGuestsContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class WebUIGuestsContext extends RawMinkContext implements Context {
*
* @var string
*/
private $userAddDialogBoxFramework = "Add %s (guest) Guest";
private $userAddDialogBoxFramework = "Add %s Guest";

/**
*
Expand Down

0 comments on commit c45147d

Please sign in to comment.