We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2271b1 commit 945b70dCopy full SHA for 945b70d
packages/webui/src/client/ui/Settings/Studio/Generic.tsx
@@ -257,6 +257,9 @@ export const StudioGenericProperties = withTranslation()(
257
type="checkbox"
258
collection={Studios}
259
/>
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>
263
</label>
264
265
<label className="field">
0 commit comments