From f4bb7c29c7a9a3b0c9a77d37fe27353092e9f435 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 3 Mar 2023 10:38:24 +1100 Subject: [PATCH] Settings translation text consistency (#4440) --- .../templates/InvenTree/settings/notifications.html | 2 +- InvenTree/templates/InvenTree/settings/sidebar.html | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/InvenTree/templates/InvenTree/settings/notifications.html b/InvenTree/templates/InvenTree/settings/notifications.html index fac6d22c51..96bf294362 100644 --- a/InvenTree/templates/InvenTree/settings/notifications.html +++ b/InvenTree/templates/InvenTree/settings/notifications.html @@ -6,7 +6,7 @@ {% block label %}global-notifications{% endblock label %} -{% block heading %}{% trans "Global Notification Settings" %}{% endblock heading %} +{% block heading %}{% trans "Notification Settings" %}{% endblock heading %} {% block content %} diff --git a/InvenTree/templates/InvenTree/settings/sidebar.html b/InvenTree/templates/InvenTree/settings/sidebar.html index 01daee4bf7..cbfe275de0 100644 --- a/InvenTree/templates/InvenTree/settings/sidebar.html +++ b/InvenTree/templates/InvenTree/settings/sidebar.html @@ -6,13 +6,13 @@ {% trans "User Settings" as text %} {% include "sidebar_header.html" with text=text icon='fa-user-cog' %} -{% trans "Account Settings" as text %} +{% trans "Account" as text %} {% include "sidebar_item.html" with label='account' text=text icon="fa-sign-in-alt" %} -{% trans "Display Settings" as text %} +{% trans "Display" as text %} {% include "sidebar_item.html" with label='user-display' text=text icon="fa-desktop" %} {% trans "Home Page" as text %} {% include "sidebar_item.html" with label='user-home' text=text icon="fa-home" %} -{% trans "Search Settings" as text %} +{% trans "Search" as text %} {% include "sidebar_item.html" with label='user-search' text=text icon="fa-search" %} {% trans "Notifications" as text %} {% include "sidebar_item.html" with label='user-notifications' text=text icon="fa-bell" %} @@ -24,9 +24,9 @@ {% trans "Global Settings" as text %} {% include "sidebar_header.html" with text=text icon='fa-cogs' %} -{% trans "Server Configuration" as text %} +{% trans "Server" as text %} {% include "sidebar_item.html" with label='server' text=text icon="fa-server" %} -{% trans "Login Settings" as text %} +{% trans "Login" as text %} {% include "sidebar_item.html" with label='login' text=text icon="fa-fingerprint" %} {% trans "Barcode Support" as text %} {% include "sidebar_item.html" with label='barcodes' text=text icon="fa-qrcode" %} @@ -34,7 +34,7 @@ {% include "sidebar_item.html" with label='global-notifications' text=text icon="fa-bell" %} {% trans "Pricing" as text %} {% include "sidebar_item.html" with label='pricing' text=text icon="fa-dollar-sign" %} -{% trans "Label Printing" as text %} +{% trans "Labels" as text %} {% include "sidebar_item.html" with label='labels' text=text icon='fa-tag' %} {% trans "Reporting" as text %} {% include "sidebar_item.html" with label='reporting' text=text icon="fa-file-pdf" %} @@ -53,7 +53,6 @@ {% trans "Sales Orders" as text %} {% include "sidebar_item.html" with label='sales-order' text=text icon="fa-truck" %} - {% trans "Plugin Settings" as text %} {% include "sidebar_header.html" with text=text %} {% trans "Plugins" as text %}