From 0466e22ea13c9d962de4f160a5d98e0f094da089 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 27 Jul 2021 00:23:04 +0530 Subject: [PATCH] feat(locale): added comments to terms --- app/config/locale/terms.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/config/locale/terms.json b/app/config/locale/terms.json index 83ef61c2eb..8019e8aa86 100644 --- a/app/config/locale/terms.json +++ b/app/config/locale/terms.json @@ -1,14 +1,14 @@ [ { "term": "settings.inspire", - "context": "These strings are used to configure Appwrite's settings.", - "comment": "", + "context": "This string is used as an easter egg in the Appwrite dashboard's raw html", + "comment": "https://github.com/appwrite/appwrite/blob/master/app/views/layouts/default.phtml#L34", "reference": "" }, { "term": "settings.locale", - "context": "These strings are used to configure Appwrite's settings.", - "comment": "", + "context": "This string is used to configure the Appwrite Dashboard's language", + "comment": "https://github.com/appwrite/appwrite/blob/master/app/views/layouts/default.phtml#L36", "reference": "" }, {