Use sentence case
This commit is contained in:
parent
fd6b11e118
commit
883fb81da2
|
@ -3,7 +3,7 @@
|
|||
const { TemplateView, AvatarView, text } = require('hydrogen-view-sdk');
|
||||
const AvatarViewModel = require('../viewmodels/AvatarViewModel');
|
||||
|
||||
const safeSearchBlockedRoomTitle = 'Blocked by Safe Search';
|
||||
const safeSearchBlockedRoomTitle = 'Blocked by safe search';
|
||||
const safeSearchBlockedRoomDescription =
|
||||
'This room was blocked because safe search is turned on and may contain explicit content. Turn off safe search to see this room.';
|
||||
|
||||
|
|
Loading…
Reference in New Issue