1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

feat(admin-plugin): use admin_token translate key #211

This commit is contained in:
Awilum
2020-01-27 23:59:40 +03:00
parent 944efde8ca
commit 45b2a52200
2 changed files with 5 additions and 2 deletions

View File

@@ -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."

View File

@@ -10,7 +10,7 @@
{{ tr('admin_title') }}
</th>
<th>
{{ tr('admin_delivery_token') }}
{{ tr('admin_token') }}
</th>
<th>
{{ tr('admin_calls') }}
@@ -69,4 +69,4 @@
}
})}}
{% endif %}
{% endblock %}
{% endblock %}