You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
@@ -36,13 +36,13 @@ const HIDE_CONFERENCE_CHANS = true;
|
|||||||
function phraseForSection(section) {
|
function phraseForSection(section) {
|
||||||
switch (section) {
|
switch (section) {
|
||||||
case 'm.favourite':
|
case 'm.favourite':
|
||||||
return _t('Drop here to favourite');
|
return _t('Drop here to favourite');
|
||||||
case 'im.vector.fake.direct':
|
case 'im.vector.fake.direct':
|
||||||
return _t('Drop here to tag direct chat');
|
return _t('Drop here to tag direct chat');
|
||||||
case 'im.vector.fake.recent':
|
case 'im.vector.fake.recent':
|
||||||
return _t('Drop here to restore');
|
return _t('Drop here to restore');
|
||||||
case 'm.lowpriority':
|
case 'm.lowpriority':
|
||||||
return _t('Drop here to demote');
|
return _t('Drop here to demote');
|
||||||
default:
|
default:
|
||||||
return _t('Drop here to tag %(section)s', {section: section});
|
return _t('Drop here to tag %(section)s', {section: section});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user