more fixes to translation

This commit is contained in:
Wyatt Johnson
2018-02-28 13:26:35 -07:00
parent 7ccb1e26a4
commit 1a7f7dddd4
@@ -37,7 +37,7 @@ class ToggleContainer extends React.Component {
render() {
return (
<Toggle checked={this.getOnFeaturedSetting()} onChange={this.toggle}>
{t('talk-plugin-notifications-category-reply.toggle_description')}
{t('talk-plugin-notifications-category-featured.toggle_description')}
</Toggle>
);
}