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

@ -699,7 +699,7 @@
"%(senderName)s: %(reaction)s": "%(senderName)s: %(reaction)s",
"%(senderName)s: %(stickerName)s": "%(senderName)s: %(stickerName)s",
"Change notification settings": "Change notification settings",
"LaTeX math in messages": "LaTeX math in messages",
"Render LaTeX maths in messages": "Render LaTeX maths in messages",
"Communities v2 prototypes. Requires compatible homeserver. Highly experimental - use with caution.": "Communities v2 prototypes. Requires compatible homeserver. Highly experimental - use with caution.",
"New spinner design": "New spinner design",
"Message Pinning": "Message Pinning",

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,
},