From 72df7225491775767ef289b063f615d90290e69f Mon Sep 17 00:00:00 2001 From: Giovanni Buffa Date: Fri, 25 Aug 2023 13:46:21 +0200 Subject: [PATCH] Fix tanslations label --- src/Metatags.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Metatags.php b/src/Metatags.php index 666997b..f65a583 100644 --- a/src/Metatags.php +++ b/src/Metatags.php @@ -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', ] ],