mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
parent
a0a3eb0609
commit
d56933892c
@ -1049,6 +1049,7 @@ define([
|
||||
var $pubLabel = $('<span>', {'class': 'cp-default-label'})
|
||||
.text(Messages.settings_publicSigningKey);
|
||||
$key.append($pubLabel).append(UI.dialog.selectable(userHref));
|
||||
$key.find('input').attr('aria-label', Messages.settings_publicSigningKey);
|
||||
}
|
||||
var content = [container];
|
||||
cb(content);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user