diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-01-29 00:18:49 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-01-29 00:18:49 +0000 |
| commit | d1f5585fda81de08901aea43d3a8c17b263feb06 (patch) | |
| tree | dd7d172d5124d3948ce2c5ea4b6f06762e40b9ac /app/templates/admin | |
| parent | 0fd3ed8f6b9e604478a5fe4de12d5318b4f67220 (diff) | |
| download | cheatdb-d1f5585fda81de08901aea43d3a8c17b263feb06.tar.xz | |
Fix typos in text
Diffstat (limited to 'app/templates/admin')
| -rw-r--r-- | app/templates/admin/licenses/list.html | 2 | ||||
| -rw-r--r-- | app/templates/admin/versions/list.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/admin/licenses/list.html b/app/templates/admin/licenses/list.html index 43856f5..ff30805 100644 --- a/app/templates/admin/licenses/list.html +++ b/app/templates/admin/licenses/list.html @@ -6,7 +6,7 @@ Licenses {% block content %} <p> - <a href="{{ url_for('createedit_license_page') }}">New Tag</a> + <a href="{{ url_for('createedit_license_page') }}">New License</a> </p> <ul> {% for l in licenses %} diff --git a/app/templates/admin/versions/list.html b/app/templates/admin/versions/list.html index cf0e9d4..5a95efd 100644 --- a/app/templates/admin/versions/list.html +++ b/app/templates/admin/versions/list.html @@ -6,7 +6,7 @@ Minetest Versions {% block content %} <p> - <a href="{{ url_for('createedit_version_page') }}">New Tag</a> + <a href="{{ url_for('createedit_version_page') }}">New Version</a> </p> <ul> {% for v in versions %} |
