mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Fix typo in _t function declaration
This commit is contained in:
parent
8ae641bc59
commit
46b1015478
@ -18,7 +18,7 @@ const counterpart = require('counterpart');
|
||||
|
||||
const DEFAULT_LOCALE = "en";
|
||||
|
||||
function _t(text) {
|
||||
function _td(text) {
|
||||
return text;
|
||||
}
|
||||
|
||||
@ -125,5 +125,5 @@ class AppLocalization {
|
||||
module.exports = {
|
||||
AppLocalization,
|
||||
_t,
|
||||
_t,
|
||||
_td,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user