diff --git a/js/guestshare.js b/js/guestshare.js index 32e1e742..e53b607e 100644 --- a/js/guestshare.js +++ b/js/guestshare.js @@ -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 diff --git a/tests/acceptance/features/bootstrap/WebUIGuestsContext.php b/tests/acceptance/features/bootstrap/WebUIGuestsContext.php index 3e3a4d0c..f9923c8c 100644 --- a/tests/acceptance/features/bootstrap/WebUIGuestsContext.php +++ b/tests/acceptance/features/bootstrap/WebUIGuestsContext.php @@ -67,7 +67,7 @@ class WebUIGuestsContext extends RawMinkContext implements Context { * * @var string */ - private $userAddDialogBoxFramework = "Add %s (guest) Guest"; + private $userAddDialogBoxFramework = "Add %s Guest"; /** *