Mail bugfix, gpg, profile frontend WIP
This commit is contained in:
@@ -227,7 +227,7 @@ export class SecretsColumn extends DataColumn {
|
||||
properties.className = clsx(properties.className, "font-monospace");
|
||||
|
||||
if (this.canCopy) {
|
||||
properties.title = L("Click to copy");
|
||||
properties.title = L("general.click_to_copy");
|
||||
properties.className = clsx(properties.className, "data-table-clickable");
|
||||
properties.onClick = () => {
|
||||
navigator.clipboard.writeText(originalData);
|
||||
|
||||
Reference in New Issue
Block a user