mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
reuse a preexisting key on the admin panel
This commit is contained in:
parent
c43806d3fa
commit
19f4d48ae6
@ -424,7 +424,7 @@ define([
|
||||
var input = h('input.cp-listing-info', {
|
||||
type: 'text',
|
||||
value: APP.instanceStatus.instanceJurisdiction || '',
|
||||
placeholder: Messages.admin_jurisdictionPlaceholder,
|
||||
placeholder: Messages.admin_jurisdictionPlaceholder || Messages.owner_unknownUser, // XXX
|
||||
});
|
||||
var $input = $(input);
|
||||
var innerDiv = h('div.cp-admin-setjurisdiction-form', input);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user