update copy

This commit is contained in:
Bruno Windels 2019-01-08 14:35:06 +01:00
parent 56726ba8e5
commit 52c5610660
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ export default class TagTileContextMenu extends React.Component {
width="15" width="15"
height="15" height="15"
/> />
{ _t('View as grid') } { _t('View as Grid') }
</div>); </div>);
} }
return <div> return <div>

View File

@ -1405,6 +1405,6 @@
"Failed to set direct chat tag": "Failed to set direct chat tag", "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 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", "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" "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"
} }