remove spurious full stop

This commit is contained in:
Michael Telatynski 2021-06-22 15:29:53 +01:00
parent 7d90612371
commit 3c9cd938d0
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
controller: new ReloadOnChangeController(),
},
"feature_spaces.space_dm_badges": {
displayName: _td("Show notification badges for DMs in Spaces."),
displayName: _td("Show notification badges for DMs in Spaces"),
supportedLevels: LEVELS_FEATURE,
default: false,
controller: new ReloadOnChangeController(),