diff --git a/packages/shared-components/.prettierrc.js b/packages/shared-components/.prettierrc.js new file mode 100644 index 0000000000..4954ff865e --- /dev/null +++ b/packages/shared-components/.prettierrc.js @@ -0,0 +1,5 @@ +// Even though this (at time of writing) is identical Element Web's +// .prettierrc.js, shared components needs its own because otherwise +// this refers to element web's copy of eslint-plugin-matrix-org which +// would require element-web's modules to be installed. +module.exports = require("eslint-plugin-matrix-org/.prettierrc.js"); diff --git a/packages/shared-components/src/i18n/strings/en_EN.json b/packages/shared-components/src/i18n/strings/en_EN.json index 78b9c88b3f..d5521dfcf8 100644 --- a/packages/shared-components/src/i18n/strings/en_EN.json +++ b/packages/shared-components/src/i18n/strings/en_EN.json @@ -10,10 +10,6 @@ "play": "Play", "search": "Search" }, - "encryption": { - "pinned_identity_changed": "%(displayName)s's (%(userId)s) identity was reset. Learn more", - "withdraw_verification_action": "Withdraw verification" - }, "left_panel": { "open_dial_pad": "Open dial pad" },