Skip to content

Commit ea04826

Browse files
committed
update tooltip text
1 parent 41a6cbb commit ea04826

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/app/surveys/surveys.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,7 @@ export class SurveysComponent implements OnInit, AfterViewInit, OnDestroy {
675675
}
676676

677677
if (action === 'public') {
678-
return survey.publicAccess === true ?
679-
$localize`Copy the public survey link for this community` :
680-
$localize`Generate a public survey link for this community`;
678+
return survey.publicAccess === true ? $localize`Copy the public survey link` : $localize`Generate a public survey link`;
681679
}
682680

683681
if (action === 'revoke') {

0 commit comments

Comments
 (0)