Skip to content

Commit

Permalink
Fix tanslations label
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Buffa committed Aug 25, 2023
1 parent b9440c0 commit 72df722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Metatags.php
Original file line number Diff line number Diff line change
Expand Up @@ -2031,8 +2031,8 @@ protected function appLinks() {
[
'handle' => 'app_links_iphone_app_store_id',
'field' => [
'display' => __('statamic-metatags::app_links.app_store_id'),
'instructions' => __('statamic-metatags::app_links.app_store_id_instructions'),
'display' => __('statamic-metatags::app_links.iphone_app_store_id'),
'instructions' => __('statamic-metatags::app_links.iphone_app_store_id_instructions'),
'type' => 'text',
]
],
Expand Down

0 comments on commit 72df722

Please sign in to comment.