mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
i18n entry for 'Copy as plain text' bugfix (#1674)
This commit is contained in:
parent
b177e250a9
commit
7279351c63
@ -70,6 +70,7 @@ export class SpellChecker {
|
|||||||
copy: () => i18n.t('Copy')(),
|
copy: () => i18n.t('Copy')(),
|
||||||
paste: () => i18n.t('Paste')(),
|
paste: () => i18n.t('Paste')(),
|
||||||
inspectElement: () => i18n.t('Inspect Element', namespace)(),
|
inspectElement: () => i18n.t('Inspect Element', namespace)(),
|
||||||
|
pasteAsPlainText: () => i18n.t('Paste as plain text')(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user