diff --git a/plugin/src/App/StatusPages/Settings.lua b/plugin/src/App/StatusPages/Settings.lua index 1b933252..f78efbff 100644 --- a/plugin/src/App/StatusPages/Settings.lua +++ b/plugin/src/App/StatusPages/Settings.lua @@ -205,7 +205,7 @@ function SettingsPage:render() TwoWaySync = e(Setting, { id = "twoWaySync", name = "Two-Way Sync", - description = "Editing files in Studio will sync them into the filesystem", + description = "EXPERIMENTAL! Editing files in Studio will sync them into the filesystem", transparency = self.props.transparency, layoutOrder = 2, }),