UK spelling maths

This commit is contained in:
Aleks Kissinger 2020-11-26 17:26:42 +00:00
parent dacef10fa6
commit 7013483dad
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ export interface ISetting {
export const SETTINGS: {[setting: string]: ISetting} = {
"feature_latex_maths": {
isFeature: true,
displayName: _td("LaTeX math in messages"),
displayName: _td("Render LaTeX maths in messages"),
supportedLevels: LEVELS_FEATURE,
default: false,
},