From ef04692b180f578a83520254b035f008841bbaf5 Mon Sep 17 00:00:00 2001 From: Jason Blais <13119842+jasonblais@users.noreply.github.com> Date: Mon, 10 Dec 2018 09:51:17 -0500 Subject: [PATCH] Change "user terms of service" to "terms of service" for consistency (#9978) --- i18n/en.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 7e2933ce94..905cc575bd 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4876,15 +4876,15 @@ }, { "id": "model.user_terms_of_service.is_valid.user_id.app_error", - "translation": "Missing required user terms of service property: user_id." + "translation": "Missing required terms of service property: user_id." }, { "id": "model.user_terms_of_service.is_valid.service_terms_id.app_error", - "translation": "Missing required user terms of service property: service_terms_id." + "translation": "Missing required terms of service property: service_terms_id." }, { "id": "model.user_terms_of_service.is_valid.create_at.app_error", - "translation": "Missing required user terms of service property: create_at." + "translation": "Missing required terms of service property: create_at." }, { "id": "oauth.gitlab.tos.error", @@ -6548,19 +6548,19 @@ }, { "id": "store.sql_user_terms_of_service.get_by_user.no_rows.app_error", - "translation": "No user terms of service found." + "translation": "No terms of service found." }, { "id": "store.sql_user_terms_of_service.get_by_user.app_error", - "translation": "Unable to fetch user terms of service." + "translation": "Unable to fetch terms of service." }, { "id": "store.sql_user_terms_of_service.save.app_error", - "translation": "Unable to save user terms of service." + "translation": "Unable to save terms of service." }, { "id": "store.sql_user_terms_of_service.delete.app_error", - "translation": "Unable to delete user terms of service." + "translation": "Unable to delete terms of service." }, { "id": "system.message.name",