From dae07d9c70f8bff902969de0e452ccaed53a3a59 Mon Sep 17 00:00:00 2001 From: Chad Gilbert Date: Fri, 24 Jan 2020 06:55:51 -0500 Subject: [PATCH] Increase severity of locked field warning (#474) Spawned by [this conversation](https://support.squidex.io/t/is-it-possible-to-unlock-a-field-that-was-accidentally-locked/1558), I'd like to increase the warning text associated with locking a field, because it cannot be undone and one's only recourse is to rebuild the entity and its contents. --- .../app/features/schemas/pages/schema/field.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/features/schemas/pages/schema/field.component.html b/frontend/app/features/schemas/pages/schema/field.component.html index a81597fbe..1854edbc9 100644 --- a/frontend/app/features/schemas/pages/schema/field.component.html +++ b/frontend/app/features/schemas/pages/schema/field.component.html @@ -54,7 +54,7 @@ + confirmText="WARNING: Locking a field cannot be undone! Locked field definitions cannot be unlocked, deleted, or changed anymore. Do you really want to lock this field?"> Lock and prevent changes @@ -129,4 +129,4 @@ - \ No newline at end of file +