From 636c4941c581d3f3a00ca657f616b1648ecac58d Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 1 Oct 2020 17:31:11 -0500 Subject: [PATCH] Fix styling of ToS panel for consistency --- .../terms_of_service_panel.vue | 21 ++++++++++++------- src/i18n/en.json | 3 +++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/components/terms_of_service_panel/terms_of_service_panel.vue b/src/components/terms_of_service_panel/terms_of_service_panel.vue index 63dc58b8..cc5bebc5 100644 --- a/src/components/terms_of_service_panel/terms_of_service_panel.vue +++ b/src/components/terms_of_service_panel/terms_of_service_panel.vue @@ -1,14 +1,19 @@ diff --git a/src/i18n/en.json b/src/i18n/en.json index 01f89503..51c1a906 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -631,6 +631,9 @@ "year_short": "{0}y", "years_short": "{0}y" }, + "tos_panel": { + "title": "Terms of Service" + }, "timeline": { "collapse": "Collapse", "conversation": "Conversation",