diff --git a/src/components/views/context_menus/TagTileContextMenu.js b/src/components/views/context_menus/TagTileContextMenu.js
index ad93783485..de20f42a7b 100644
--- a/src/components/views/context_menus/TagTileContextMenu.js
+++ b/src/components/views/context_menus/TagTileContextMenu.js
@@ -74,7 +74,7 @@ export default class TagTileContextMenu extends React.Component {
width="15"
height="15"
/>
- { _t('View as grid') }
+ { _t('View as Grid') }
);
}
return
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 4fab9ec438..8c544ee3b6 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -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"
}