Skip to content

Commit 945b70d

Browse files
committed
feat: add hint for enable buckets in settings
1 parent d2271b1 commit 945b70d

File tree

1 file changed

+3
-0
lines changed
  • packages/webui/src/client/ui/Settings/Studio

1 file changed

+3
-0
lines changed

packages/webui/src/client/ui/Settings/Studio/Generic.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ export const StudioGenericProperties = withTranslation()(
257257
type="checkbox"
258258
collection={Studios}
259259
/>
260+
<span className="text-s dimmed field-hint">
261+
{t('This enables or disables buckets in the UI - enabled is the default behavior')}
262+
</span>
260263
</label>
261264

262265
<label className="field">

0 commit comments

Comments
 (0)