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:
@@ -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."
|
||||
|
@@ -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 %}
|
Reference in New Issue
Block a user