diff --git a/Assets/MirageXR/Player/Scripts/ActionListMenu/ActivityEditor.cs b/Assets/MirageXR/Player/Scripts/ActionListMenu/ActivityEditor.cs index 3d285adc6..131ed4957 100644 --- a/Assets/MirageXR/Player/Scripts/ActionListMenu/ActivityEditor.cs +++ b/Assets/MirageXR/Player/Scripts/ActionListMenu/ActivityEditor.cs @@ -94,7 +94,7 @@ public void ShowCloneWarningPanel() }; optionsDropDown.AddOptions(options); - ConfirmPanelText.text = "You are not the original author of this file! Please select an option:"; + ConfirmPanelText.text = "You are not the original author of this activity. Please select an option:"; updateConfirmPanel.SetActive(true); } @@ -108,7 +108,7 @@ public void ShowUploadWarningPanel() }; optionsDropDown.AddOptions(options); - ConfirmPanelText.text = "This file is exist! Please select an option:"; + ConfirmPanelText.text = "The activity you are trying to upload already exists on the server. Please select an option:"; updateConfirmPanel.SetActive(true); }