From ae40b9d641e1956f708b76b0490242e1e5124cd6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kurucz=20Istv=C3=A1n?= <kurucz.istvan@gmail.com>
Date: Wed, 3 Nov 2021 01:21:18 +0100
Subject: [PATCH] Change "sticky" field label.

---
 migrations/d5_node_setting_sticky.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migrations/d5_node_setting_sticky.yml b/migrations/d5_node_setting_sticky.yml
index bda5a71..e28fc49 100644
--- a/migrations/d5_node_setting_sticky.yml
+++ b/migrations/d5_node_setting_sticky.yml
@@ -14,7 +14,7 @@ process:
   field_name: 'constants/field_name'
   label:
     plugin: default_value
-    default_value: 'Sticky at the top of lists'
+    default_value: 'Sticky at top of lists'
   'default_value/0/value': 'options/sticky'
 destination:
   plugin: entity:base_field_override
-- 
GitLab