Browse Source

change admin directory toggle text (#279)

pull/1886/head
Rohan Sharma 4 years ago committed by GitHub
parent
commit
69bfb53fc0
  1. 2
      web/utils/config-constants.tsx

2
web/utils/config-constants.tsx

@ -160,7 +160,7 @@ export const FIELD_PROPS_YP = { @@ -160,7 +160,7 @@ export const FIELD_PROPS_YP = {
apiPath: API_YP_SWITCH,
configPath: 'yp',
label: 'Enable directory',
tip: 'Turn this ON if you want to show up in the directory.',
tip: 'Turn this ON to request to show up in the directory.',
};
export const DEFAULT_VARIANT_STATE: VideoVariant = {

Loading…
Cancel
Save