update copy
This commit is contained in:
parent
56726ba8e5
commit
52c5610660
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ export default class TagTileContextMenu extends React.Component {
|
|||
width="15"
|
||||
height="15"
|
||||
/>
|
||||
{ _t('View as grid') }
|
||||
{ _t('View as Grid') }
|
||||
</div>);
|
||||
}
|
||||
return <div>
|
||||
|
|
|
@ -1405,6 +1405,6 @@
|
|||
"Failed to set direct chat tag": "Failed to set direct chat tag",
|
||||
"Failed to remove tag %(tagName)s from room": "Failed to remove tag %(tagName)s from room",
|
||||
"Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room",
|
||||
"View as grid": "View as grid",
|
||||
"View as Grid": "View as Grid",
|
||||
"Allow up to 6 rooms in a community to be shown simultaneously in a grid via the context menu": "Allow up to 6 rooms in a community to be shown simultaneously in a grid via the context menu"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue