Fixes typo in admn layout page

This commit is contained in:
Mouse Reeve 2021-02-28 10:45:21 -08:00
parent 3e9ee0973b
commit 72c50b3f58
3 changed files with 25 additions and 20 deletions

View file

@ -1,5 +1,8 @@
{% extends 'layout.html' %}
{% load i18n %}
{% block title %}{% trans "Administration" %}{% endblock %}
{% block content %}
<header class="block column is-offset-one-quarter pl-1">
@ -26,7 +29,7 @@
<ul class="menu-list">
<li>
{% url 'settings-site' as url %}
<a href="{{ url }}"{% if url in request.path %} class="is-active" aria-selected="true"{% endif %}>{% trans "Site Settings %}</a>
<a href="{{ url }}"{% if url in request.path %} class="is-active" aria-selected="true"{% endif %}>{% trans "Site Settings" %}</a>
{% if url in request.path %}
<ul class="emnu-list">
<li><a href="{{ url }}#instance-info">{% trans "Instance Info" %}</a></li>

View file

@ -1,8 +1,6 @@
{% extends 'settings/admin_layout.html' %}
{% load i18n %}
{% block title %}{% trans "Federated Servers" %}{% endblock %}
{% block header %}{% trans "Federated Servers" %}{% endblock %}
{% block panel %}

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.1.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-28 10:09-0800\n"
"POT-Creation-Date: 2021-02-28 10:45-0800\n"
"PO-Revision-Date: 2021-02-27 13:50+PST\n"
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
"Language-Team: Mouse Reeve <LL@li.org>\n"
@ -863,54 +863,63 @@ msgstr ""
msgid "No lists found for \"%(query)s\""
msgstr ""
#: bookwyrm/templates/settings/admin_layout.html:12
#: bookwyrm/templates/settings/admin_layout.html:4
msgid "Administration"
msgstr ""
#: bookwyrm/templates/settings/admin_layout.html:15
msgid "Manage Users"
msgstr ""
#: bookwyrm/templates/settings/admin_layout.html:16
#: bookwyrm/templates/settings/admin_layout.html:19
#: bookwyrm/templates/settings/manage_invites.html:3
msgid "Invites"
msgstr ""
#: bookwyrm/templates/settings/admin_layout.html:20
#: bookwyrm/templates/settings/admin_layout.html:23
#: bookwyrm/templates/settings/federation.html:4
#: bookwyrm/templates/settings/federation.html:6
msgid "Federated Servers"
msgstr ""
#: bookwyrm/templates/settings/admin_layout.html:25
#: bookwyrm/templates/settings/admin_layout.html:28
msgid "Instance Settings"
msgstr ""
#: bookwyrm/templates/settings/admin_layout.html:32
#: bookwyrm/templates/settings/site.html:4
#: bookwyrm/templates/settings/site.html:6
msgid "Site Settings"
msgstr ""
#: bookwyrm/templates/settings/admin_layout.html:35
#: bookwyrm/templates/settings/site.html:13
msgid "Instance Info"
msgstr ""
#: bookwyrm/templates/settings/admin_layout.html:33
#: bookwyrm/templates/settings/admin_layout.html:36
#: bookwyrm/templates/settings/site.html:39
msgid "Images"
msgstr ""
#: bookwyrm/templates/settings/admin_layout.html:34
#: bookwyrm/templates/settings/admin_layout.html:37
#: bookwyrm/templates/settings/site.html:59
msgid "Footer Content"
msgstr ""
#: bookwyrm/templates/settings/admin_layout.html:35
#: bookwyrm/templates/settings/admin_layout.html:38
#: bookwyrm/templates/settings/site.html:77
msgid "Registration"
msgstr ""
#: bookwyrm/templates/settings/federation.html:12
#: bookwyrm/templates/settings/federation.html:10
msgid "Server name"
msgstr ""
#: bookwyrm/templates/settings/federation.html:13
#: bookwyrm/templates/settings/federation.html:11
msgid "Software"
msgstr ""
#: bookwyrm/templates/settings/federation.html:14
#: bookwyrm/templates/settings/federation.html:12
msgid "Status"
msgstr ""
@ -950,11 +959,6 @@ msgstr ""
msgid "No active invites"
msgstr ""
#: bookwyrm/templates/settings/site.html:4
#: bookwyrm/templates/settings/site.html:6
msgid "Site Settings"
msgstr ""
#: bookwyrm/templates/settings/site.html:15
msgid "Instance Name:"
msgstr ""