Use sentence case

This commit is contained in:
Eric Eastwood 2023-05-02 18:37:52 -05:00
parent fd6b11e118
commit 883fb81da2
1 changed files with 1 additions and 1 deletions

View File

@ -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.';