From 45b2a5220016b435c7fd9affff3ac4ac89f9a379 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 27 Jan 2020 23:59:40 +0300 Subject: [PATCH] feat(admin-plugin): use admin_token translate key #211 --- site/plugins/admin/lang/en_US.yaml | 3 +++ site/plugins/admin/templates/system/api/delivery/index.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/site/plugins/admin/lang/en_US.yaml b/site/plugins/admin/lang/en_US.yaml index 7dd8ca2c..e7543c74 100755 --- a/site/plugins/admin/lang/en_US.yaml +++ b/site/plugins/admin/lang/en_US.yaml @@ -328,6 +328,9 @@ admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions admin_shortcodes_extensions: "Shortcodes extensions" admin_created_at: "Created at" admin_updated_at: "Updated at" +admin_delivery_token: "Delivery Token" +admin_token: "Token" +admin_calls: "Calls" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." diff --git a/site/plugins/admin/templates/system/api/delivery/index.html b/site/plugins/admin/templates/system/api/delivery/index.html index 6f71312e..e634b4c7 100644 --- a/site/plugins/admin/templates/system/api/delivery/index.html +++ b/site/plugins/admin/templates/system/api/delivery/index.html @@ -10,7 +10,7 @@ {{ tr('admin_title') }} - {{ tr('admin_delivery_token') }} + {{ tr('admin_token') }} {{ tr('admin_calls') }} @@ -69,4 +69,4 @@ } })}} {% endif %} -{% endblock %} +{% endblock %} \ No newline at end of file