@ -200,7 +200,7 @@ commands.SET_INSTANCE_PURPOSE = makeGenericSetter('instancePurpose', args_isStri
commands . SET _INSTANCE _JURISDICTION = makeGenericSetter ( 'instanceJurisdiction' , args _isString ) ;
// CryptPad_AsyncStore.rpc.send('ADMIN', [ 'ADMIN_DECREE', ['SET_INSTANCE_NAME', ['My Personal CryptPad']]], console.log)
commands . SET _INSTANCE _NAME = makeGenericSetter ( 'instance Description ', args _isString ) ;
commands . SET _INSTANCE _NAME = makeGenericSetter ( 'instance Name ', args _isString ) ;
// CryptPad_AsyncStore.rpc.send('ADMIN', [ 'ADMIN_DECREE', ['SET_INSTANCE_DESCRIPTION', ['A personal instance, hosted for me and nobody else']]], console.log)
commands . SET _INSTANCE _DESCRIPTION = makeGenericSetter ( 'instanceDescription' , args _isString ) ;