From 144e943ef97831a40b038d0e36bea476e0f210c0 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 11 Mar 2024 16:01:33 +0100 Subject: [PATCH] Store: add TOS link, seperate TOS from source and acknoledgements --- store/messages.pot | 16 ++++++++++++---- store/templates/base.html | 8 +++++--- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/store/messages.pot b/store/messages.pot index b0b0dbf3..649f7c9b 100644 --- a/store/messages.pot +++ b/store/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-05 19:36+0100\n" +"POT-Creation-Date: 2024-03-11 16:01+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -271,12 +271,20 @@ msgid "" "Made with " "using Flask and TailwindCSS - TailwindCSS" +msgstr "" + +#: templates/base.html:198 +msgid "" +" Source" msgstr "" +#: templates/base.html:199 +msgid "Terms of Service" +msgstr "" + #: templates/catalog.html:75 templates/catalog.html:80 msgid "Application Catalog" msgstr "" @@ -349,7 +357,7 @@ msgstr "" #: templates/catalog.html:188 msgid "" -"This means that the developer will no longer update them. We strongly " +"This means that the developer will no longer update them. We strongly " "advise against their installation and advise users to find alternatives." msgstr "" diff --git a/store/templates/base.html b/store/templates/base.html index 78cfebbd..6c7dab7f 100644 --- a/store/templates/base.html +++ b/store/templates/base.html @@ -193,9 +193,11 @@