From 52c5610660c5dcec972fed536e02677aadf73324 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 8 Jan 2019 14:35:06 +0100 Subject: [PATCH] update copy --- src/components/views/context_menus/TagTileContextMenu.js | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }