From 9673d810145a44031ebb7efcab2c1f0f0cd8397f Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 24 Apr 2022 00:23:26 +0200 Subject: [PATCH] remove InvenTree name where not needed --- InvenTree/templates/InvenTree/settings/plugin.html | 2 +- InvenTree/templates/InvenTree/settings/plugin_settings.html | 2 +- InvenTree/templates/InvenTree/settings/user_display.html | 2 +- InvenTree/templates/account/base.html | 2 +- InvenTree/templates/base.html | 2 +- InvenTree/templates/skeleton.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/InvenTree/templates/InvenTree/settings/plugin.html b/InvenTree/templates/InvenTree/settings/plugin.html index 2366096b87..94a166c84a 100644 --- a/InvenTree/templates/InvenTree/settings/plugin.html +++ b/InvenTree/templates/InvenTree/settings/plugin.html @@ -13,7 +13,7 @@ {% block content %}
- {% trans "Changing the settings below require you to immediatly restart InvenTree. Do not change this while under active usage." %} + {% trans "Changing the settings below require you to immediatly restart the server. Do not change this while under active usage." %}
diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html index 9c5fa2d7c0..79150ec879 100644 --- a/InvenTree/templates/InvenTree/settings/plugin_settings.html +++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html @@ -85,7 +85,7 @@ {% if plugin.is_package %} {% trans "This plugin was installed as a package" %} {% else %} - {% trans "This plugin was found in a local InvenTree path" %} + {% trans "This plugin was found in a local server path" %} {% endif %} diff --git a/InvenTree/templates/InvenTree/settings/user_display.html b/InvenTree/templates/InvenTree/settings/user_display.html index f5e74b04c1..1f52c095ac 100644 --- a/InvenTree/templates/InvenTree/settings/user_display.html +++ b/InvenTree/templates/InvenTree/settings/user_display.html @@ -101,7 +101,7 @@

{% trans "Help the translation efforts!" %}

-

{% blocktrans with link="https://crowdin.com/project/inventree" %}Native language translation of the InvenTree web application is community contributed via crowdin. Contributions are welcomed and encouraged.{% endblocktrans %}

+

{% blocktrans with link="https://crowdin.com/project/inventree" %}Native language translation of the web application is community contributed via crowdin. Contributions are welcomed and encouraged.{% endblocktrans %}

diff --git a/InvenTree/templates/account/base.html b/InvenTree/templates/account/base.html index 6c54faac67..06c9485fb5 100644 --- a/InvenTree/templates/account/base.html +++ b/InvenTree/templates/account/base.html @@ -89,7 +89,7 @@ - + diff --git a/InvenTree/templates/base.html b/InvenTree/templates/base.html index 0739b42b6e..0bca5cc0f1 100644 --- a/InvenTree/templates/base.html +++ b/InvenTree/templates/base.html @@ -166,7 +166,7 @@ - + diff --git a/InvenTree/templates/skeleton.html b/InvenTree/templates/skeleton.html index 9b78a9a329..1c4775372e 100644 --- a/InvenTree/templates/skeleton.html +++ b/InvenTree/templates/skeleton.html @@ -75,7 +75,7 @@ - + {% block body_scripts_inventree %}