|
@@ -480,7 +480,7 @@ const SHARE_TO = (() => {
|
|
|
$('#share-hint').text('');
|
|
|
const { isFree, sharedUsers, recentUsers, contacts } = await getInitalData(projectID);
|
|
|
if (isFree) {
|
|
|
- hintBox.versionBox('此功能仅在专业版中提供,免费公用版可选择单个分段进行分享。');
|
|
|
+ hintBox.versionBox('此功能仅在专业版中提供,免费公用版可选择单位工程进行分享。');
|
|
|
} else {
|
|
|
curSharedUsers = sharedUsers;
|
|
|
initSharedView(sharedUsers);
|