Remove all directional quotation marks in the codebase (#7059)

This commit is contained in:
Faye Duxovni 2021-10-29 21:59:21 -04:00 committed by GitHub
parent 71244f3b3c
commit d61a83a7b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 43 additions and 43 deletions

View file

@ -317,7 +317,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
},
"useCompactLayout": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td('Use a more compact Modern layout'),
displayName: _td("Use a more compact 'Modern' layout"),
default: false,
},
"showRedactions": {