Tweak chat effects setting label
This commit is contained in:
parent
5c1b38a48c
commit
d643f06ff0
2 changed files with 2 additions and 2 deletions
|
@ -844,7 +844,7 @@
|
||||||
"How fast should messages be downloaded.": "How fast should messages be downloaded.",
|
"How fast should messages be downloaded.": "How fast should messages be downloaded.",
|
||||||
"Manually verify all remote sessions": "Manually verify all remote sessions",
|
"Manually verify all remote sessions": "Manually verify all remote sessions",
|
||||||
"IRC display name width": "IRC display name width",
|
"IRC display name width": "IRC display name width",
|
||||||
"Show chat effects": "Show chat effects",
|
"Show chat effects (animations when receiving e.g. confetti)": "Show chat effects (animations when receiving e.g. confetti)",
|
||||||
"Collecting app version information": "Collecting app version information",
|
"Collecting app version information": "Collecting app version information",
|
||||||
"Collecting logs": "Collecting logs",
|
"Collecting logs": "Collecting logs",
|
||||||
"Uploading logs": "Uploading logs",
|
"Uploading logs": "Uploading logs",
|
||||||
|
|
|
@ -650,7 +650,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
||||||
},
|
},
|
||||||
"showChatEffects": {
|
"showChatEffects": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
displayName: _td("Show chat effects"),
|
displayName: _td("Show chat effects (animations when receiving e.g. confetti)"),
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
"Widgets.pinned": { // deprecated
|
"Widgets.pinned": { // deprecated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue