summaryrefslogtreecommitdiffstats
path: root/packages/meteor-useraccounts-core/lib/templates_helpers/at_sep.js
blob: 7c27557d3425dbfe58b1efb20df47ba1a200c3d8 (plain)
1
2
3
4
5
AT.prototype.atSepHelpers = {
    sepText: function(){
        return T9n.get(AccountsTemplates.texts.sep, markIfMissing=false);
    },
};