Skip to content

Commit 43b75f8

Browse files
authored
message changes for report sharing (#1329)
1 parent 629762e commit 43b75f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ddpui/core/reports/report_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def get_sharing_status(snapshot_id: int, org: Org, orguser: OrgUser) -> dict:
806806
snapshot = ReportService.get_snapshot(snapshot_id, org)
807807

808808
if snapshot.created_by != orguser:
809-
raise SnapshotPermissionError("Only report creators can view sharing settings")
809+
raise SnapshotPermissionError("Only Report creators can share with others")
810810

811811
response_data = {
812812
"is_public": snapshot.is_public,

0 commit comments

Comments
 (0)