1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00
This commit is contained in:
Matthew Hodgson
2017-06-01 02:04:43 +01:00
parent 3d91b31637
commit d021598380

View File

@ -107,7 +107,7 @@ export function _tJsx(jsxText, patterns, subs) {
}
// Allow overriding the text displayed when no translation exists
// Currently only use din unit tests to avoid having to load
// Currently only used in unit tests to avoid having to load
// the translations in riot-web
export function setMissingEntryGenerator(f) {
counterpart.setMissingEntryGenerator(f);